···4455- wrangler alias
66- move the wrangler.toml to the templates
77-- figure out the assets
87- dependency graph
98109DONE:
11101111+- figure out the assets
1212- copy the template folders
13131414## Install:
···32323333- add "node-url": "npm:url@^0.11.4" to the package.json
34343535-- add a wrangler.tom int the generated app
3535+- add a wrangler.toml int the generated app
36363737```
3838#:schema node_modules/wrangler/config-schema.json
···6666Build the next app once:
67676868```
6969-node /path/to/poc-next/builder/dist/index.mjs && wrangler dev
6969+node /path/to/poc-next/builder/dist/index.mjs && npx wrangler dev
7070```
71717272Then you can skip building the next app
73737474```
7575-SKIP_NEXT_APP_BUILD=1 node /path/to/poc-next/builder/dist/index.mjs && wrangler dev
7575+SKIP_NEXT_APP_BUILD=1 node /path/to/poc-next/builder/dist/index.mjs && npx wrangler dev
7676```