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 7fb3bde commit 811f6d1Copy full SHA for 811f6d1
packages/open-next/src/build/constant.ts
@@ -3,12 +3,12 @@ export const MIDDLEWARE_TRACE_FILE = "server/middleware.js.nft.json";
3
export const INSTRUMENTATION_TRACE_FILE = "server/instrumentation.js.nft.json";
4
5
export const LOCAL_CONFIG_PATH = "./open-next.config.local.ts";
6
-/*
+/*
7
* https://opennext.js.org/aws/contribute/local_run
8
* This is an OpenNext config to run the default server function locally
9
- * Be aware that this will not work the same way as in production.
+ * Be aware that this will not work the same way as in production.
10
* Its mostly used for debugging and development purposes.
11
- *
+ *
12
*/
13
export const LOCAL_CONFIG = `export default {
14
default: {
0 commit comments