initial: standalone repo from monorepo split

This commit is contained in:
kevin-asprec
2026-04-13 09:36:30 +08:00
commit e3fead36d5
19 changed files with 597 additions and 0 deletions

3
next.config.ts Normal file
View File

@@ -0,0 +1,3 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = { output: 'standalone' };
export default nextConfig;