Update packages

This commit is contained in:
Lauri Räsänen 2023-11-04 02:40:00 +02:00
parent 3cebdf3bfa
commit ebef7fe1c5
12 changed files with 1126 additions and 792 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash -e
wasm-pack build --target web
wasm-pack build --debug --target web
sed 's/.\/pkg/./g' index.html > pkg/index.html
miniserve pkg --index index.html