File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ We made it very simple to debug your app with VS Code.
310
310
- Overall, here are the limitations with Next.js integration that you will not find in a "normal" Nexus project.
311
311
312
312
1 . You must use CommonJS ` require ` as opposed to ES module ` import ` syntax for your Nexus api module. This is to preserve import order.
313
- 1 . You must run ` app.assenble () ` before accessing the server handlers.
313
+ 1 . You must run ` app.assemble () ` before accessing the server handlers.
314
314
1 . In development, you must run ` app.reset() ` in your Nexus api module, before anything else.
315
315
1 . Make sure that you only have one Nexus api module, or else you may experience difficulties in development.
316
316
1 . Make sure that your Nexus modules (ones using the ` nexus ` package) are only part of the import graph of your Nexus api module.
You can’t perform that action at this time.
0 commit comments