Feat: added docker

This commit is contained in:
2025-01-22 12:36:05 +03:00
parent ac4f0b0be8
commit eb21d5f73d
9 changed files with 111 additions and 151 deletions

View File

@@ -1,7 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
experimental: {
optimizePackageImports: ["@chakra-ui/react"],
},
};
export default nextConfig;