File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js --initLocation http://{{project-name | kebab_case}}.localhost - o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
99 },
1010 "keywords" : [],
2222 {% when "itty" % }
2323 "itty-router" : " ^5.0.18" ,
2424 {%- endcase % }
25- "@spinframework/build-tools" : " ^1.0.1 " ,
25+ "@spinframework/build-tools" : " ^1.0.4 " ,
2626 "@spinframework/wasi-http-proxy" : " ^1.0.0"
2727 }
2828}
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js --initLocation http://{{project-name | kebab_case}}.localhost - o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1"
99 },
1010 "keywords" : [],
2424 {% when "itty" % }
2525 "itty-router" : " ^5.0.18" ,
2626 {%- endcase % }
27- "@spinframework/build-tools" : " ^1.0.1 " ,
27+ "@spinframework/build-tools" : " ^1.0.4 " ,
2828 "@spinframework/wasi-http-proxy" : " ^1.0.0"
2929 }
3030}
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js --initLocation http://{{project-name | kebab_case}}.localhost - o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "postinstall" : " knitwit --out-dir build/wit/knitwit --out-world combined"
1010 },
1717 "webpack-cli" : " ^4.10.0"
1818 },
1919 "dependencies" : {
20- "@spinframework/build-tools" : " ^1.0.1 " ,
20+ "@spinframework/build-tools" : " ^1.0.4 " ,
2121 "@spinframework/spin-trigger-redis" : " ^1.0.0"
2222 }
2323}
Original file line number Diff line number Diff line change 44 "description" : " {{project-description}}" ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js -o dist/{{ project-name | kebab_case }}.wasm" ,
7+ "build" : " npx webpack && mkdirp dist && j2w -i build/bundle.js --initLocation http://{{project-name | kebab_case}}.localhost - o dist/{{ project-name | kebab_case }}.wasm" ,
88 "test" : " echo \" Error: no test specified\" && exit 1" ,
99 "postinstall" : " knitwit --out-dir build/wit/knitwit --out-world combined"
1010 },
1919 "webpack-cli" : " ^4.10.0"
2020 },
2121 "dependencies" : {
22- "@spinframework/build-tools" : " ^1.0.1 " ,
22+ "@spinframework/build-tools" : " ^1.0.4 " ,
2323 "@spinframework/spin-trigger-redis" : " ^1.0.0"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments