We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2fb0a commit b7a8953Copy full SHA for b7a8953
packages/open-next/src/build/constant.ts
@@ -2,7 +2,7 @@
2
export const MIDDLEWARE_TRACE_FILE = "server/middleware.js.nft.json";
3
export const INSTRUMENTATION_TRACE_FILE = "server/instrumentation.js.nft.json";
4
5
-// This is an OpenNext config to run the dev server locally
+// This is an OpenNext config to run the default server function locally
6
// https://opennext.js.org/aws/contribute/local_run
7
export const DEV_CONFIG = `
8
export default {
0 commit comments