webxdc-go/package.json
oxaliq 7245e7e694 pull in client-side go app
modify build script to create working .xdc
2024-06-22 19:48:16 -04:00

9 lines
161 B
JSON

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