feat(csms): restructure deployment setup with Docker and improve build process

This commit is contained in:
2026-03-11 15:39:31 +08:00
parent 70ae7da0d9
commit ce53a4f218
12 changed files with 189 additions and 200 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;