Mission Control - Tasks, Content, Calendar, Memory, Team, Office

This commit is contained in:
Neo
2026-02-18 21:32:53 +00:00
commit 1299db0840
7 changed files with 347 additions and 0 deletions

7
next.config.ts Normal file
View File

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