Skip to content

Commit 811f6d1

Browse files
committed
lint
1 parent 7fb3bde commit 811f6d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/open-next/src/build/constant.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ export const MIDDLEWARE_TRACE_FILE = "server/middleware.js.nft.json";
33
export const INSTRUMENTATION_TRACE_FILE = "server/instrumentation.js.nft.json";
44

55
export const LOCAL_CONFIG_PATH = "./open-next.config.local.ts";
6-
/*
6+
/*
77
* https://opennext.js.org/aws/contribute/local_run
88
* 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.
9+
* Be aware that this will not work the same way as in production.
1010
* Its mostly used for debugging and development purposes.
11-
*
11+
*
1212
*/
1313
export const LOCAL_CONFIG = `export default {
1414
default: {

0 commit comments

Comments
 (0)