fix: use default output mode for next

This commit is contained in:
Henry
2025-06-18 23:18:12 +01:00
parent 2d7097eb83
commit 5586c26c12

View File

@@ -13,7 +13,7 @@ const config = {
output: output:
env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true" env("NEXT_PUBLIC_USE_STANDALONE_OUTPUT") === "true"
? "standalone" ? "standalone"
: "export", : undefined,
reactStrictMode: true, reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */ /** Enables hot reloading for local packages without a build step */