initial commit

This commit is contained in:
PxlLoewe
2025-01-14 23:47:09 +01:00
parent 22cd047d8f
commit 9315454159
18 changed files with 8564 additions and 0 deletions

4
apps/hub/next.config.ts Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;