File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default nextConfig;
32
32
33
33
- add "node-url": "npm:url@^0.11.4" to the package.json
34
34
35
- - add a wrangler.tom int the generated app
35
+ - add a wrangler.toml int the generated app
36
36
37
37
```
38
38
#:schema node_modules/wrangler/config-schema.json
@@ -66,11 +66,11 @@ pnpm --filter builder build:watch
66
66
Build the next app once:
67
67
68
68
```
69
- node /path/to/poc-next/builder/dist/index.mjs && wrangler dev
69
+ node /path/to/poc-next/builder/dist/index.mjs && npx wrangler dev
70
70
```
71
71
72
72
Then you can skip building the next app
73
73
74
74
```
75
- SKIP_NEXT_APP_BUILD=1 node /path/to/poc-next/builder/dist/index.mjs && wrangler dev
75
+ SKIP_NEXT_APP_BUILD=1 node /path/to/poc-next/builder/dist/index.mjs && npx wrangler dev
76
76
```
You can’t perform that action at this time.
0 commit comments