thesandwi.ch/thecockpit/package.json
Isaac Mills 953ea4e6c4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Try to build WASM on page 4
2025-07-15 14:47:46 -06:00

8 lines
132 B
JSON

{
"scripts": {
"build": "wasm-pack build --target web --release"
},
"devDependencies": {
"wasm-pack": "^0.13.1"
}
}