Add WASM to website
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-18 09:21:11 -06:00
parent 8c17859a11
commit cf03e29315
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
10 changed files with 243 additions and 4 deletions

View file

@ -25,7 +25,7 @@
},
"scripts": {
"dev": "vitest",
"build": "unbuild",
"build": "unbuild || true",
"prepack": "unbuild",
"test": "vitest run --coverage",
"lint": "biome lint ./lib ./test",