feat: update next.config.ts for standalone output and enhance package.json scripts for local and test environments

This commit is contained in:
azeeee05
2026-09-07 20:09:11 +05:30
parent f261365f3d
commit ec24991998
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;