Try to build WASM on page 4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-15 14:47:46 -06:00
parent 09623f73aa
commit 953ea4e6c4
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
21 changed files with 771 additions and 8 deletions

8
thecockpit/package.json Normal file
View file

@ -0,0 +1,8 @@
{
"scripts": {
"build": "wasm-pack build --target web --release"
},
"devDependencies": {
"wasm-pack": "^0.13.1"
}
}