webxdc-go/package.json
oxaliq ee9a6222fa pull in client-side go app
modify build script to create working .xdc
2024-06-22 20:14:35 -04:00

9 lines
161 B
JSON

{
"devDependencies": {
"webxdc-dev": "^0.9.0"
},
"scripts": {
"build": "./build.sh",
"dev": "webxdc-dev run --port 4000 src"
}
}