initial: standalone repo from monorepo split
This commit is contained in:
3
next.config.ts
Normal file
3
next.config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { NextConfig } from 'next';
|
||||
const nextConfig: NextConfig = { output: 'standalone' };
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user