You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/config.mdx
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
### Build Arguments
2
2
3
-
There is a single build argument that you can pass to the `open-next build` command:
3
+
There is two build arguments that you can pass to the `open-next build` command:
4
+
4
5
-`--config-path` - This is the path to the configuration file that you want to use. By default, it will look for `open-next.config.ts` in the current working directory. This needs to be relative to the current working directory.
6
+
-`--node-externals` - You can configure externals for the esbuild compilation of the `open-next.config.ts` file (i.e `--node-externals @aws-sdk/*,open-next/dist/queue/*`)
5
7
6
8
### Configuration File
7
9
@@ -13,4 +15,4 @@ If you want to take a look at some simple configuration examples, you can check
13
15
14
16
For more advanced use cases, you can check [how to implement custom overrides](/config/custom_overrides).
15
17
16
-
If you want to look at a full example, you can check [the full example](/config/full_example).
18
+
If you want to look at a full example, you can check [the full example](/config/full_example).
0 commit comments