Revert "chore: optimize Docker build with multi-stage process and add standalone Next.js output (#75)"s

This reverts commit 1707557bea.
This commit is contained in:
Henry
2025-06-12 22:26:59 +01:00
parent 1707557bea
commit d6b0b5cd80
3 changed files with 25 additions and 71 deletions

View File

@@ -10,7 +10,6 @@ configureRuntimeEnv();
/** @type {import("next").NextConfig} */
const config = {
output: "standalone",
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */