close to final version added the subtaskand comment working section
This commit is contained in:
23
temp_spin/temp/package.json
Normal file
23
temp_spin/temp/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "temp",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "node build.mjs && mkdirp dist && j2w -i build/bundle.js --initLocation http://temp.localhost -o dist/temp.wasm",
|
||||
"build:debug": "node build.mjs && mkdirp dist && j2w -d -i build/bundle.js --initLocation http://temp.localhost -o dist/temp.wasm",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"mkdirp": "^3.0.1",
|
||||
"esbuild": "^0.25.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"itty-router": "^5.0.18",
|
||||
"@spinframework/build-tools": "^1.0.4",
|
||||
"@spinframework/wasi-http-proxy": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user