Skip to content

Commit 6622960

Browse files
update todo notes
1 parent b439dfe commit 6622960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TODO.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default nextConfig;
3232

3333
- add "node-url": "npm:url@^0.11.4" to the package.json
3434

35-
- add a wrangler.tom int the generated app
35+
- add a wrangler.toml int the generated app
3636

3737
```
3838
#:schema node_modules/wrangler/config-schema.json
@@ -66,11 +66,11 @@ pnpm --filter builder build:watch
6666
Build the next app once:
6767

6868
```
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
7070
```
7171

7272
Then you can skip building the next app
7373

7474
```
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
7676
```

0 commit comments

Comments
 (0)