close to final version added the subtaskand comment working section
This commit is contained in:
@@ -5,15 +5,21 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"build:spin": "node build.mjs && node node_modules/@fermyon/spin-sdk/bin/j2w.mjs -i dist/spin.js -o dist/main.wasm --trigger-type spin3-http"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fermyon/spin-sdk": "^2.2.0",
|
||||
"@spinframework/wasi-http-proxy": "^1.0.0",
|
||||
"bcryptjs": "^3.0.2",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^5.1.0",
|
||||
"hono": "^4.6.14",
|
||||
"mysql2": "^3.14.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@spinframework/build-tools": "^1.0.7",
|
||||
"esbuild": "^0.24.2",
|
||||
"supertest": "^7.2.2",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user