Files
nodarium/nodes/max/plantarium/.template/package.json
2024-04-20 04:08:30 +02:00

7 lines
195 B
JSON

{
"scripts": {
"build": "wasm-pack build --release --out-name index --no-default-features",
"dev": "cargo watch -s 'wasm-pack build --dev --out-name index --no-default-features'"
}
}