feat: track images with git lfs

This commit is contained in:
2024-04-04 21:04:51 +02:00
parent d5fa4ff79c
commit 473f696626
11 changed files with 168 additions and 139 deletions

View File

@@ -1,5 +1,5 @@
{
"scripts": {
"build": "wasm-pack build --release"
"build": "wasm-pack build --release --out-name index --no-default-features"
}
}