docker mvp

This commit is contained in:
2025-08-16 01:53:05 -04:00
parent 3108053017
commit 7083c816ec
4 changed files with 29 additions and 32 deletions

View File

@@ -9,12 +9,13 @@ const withPWA = require("next-pwa")({
// const nextConfig: NextConfig = {
// /* config options here */
// reactStrictMode: true,
// };
const nextConfig: NextConfig = withPWA({
/* config options here */
reactStrictMode: true,
// output: "export",
// output: "standalone",
});
export default nextConfig;