setup wasm

This commit is contained in:
Schrottkatze 2024-05-12 12:03:50 +02:00
parent 7de16e410e
commit 7be75ce106
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
7 changed files with 57 additions and 11 deletions

5
justfile Normal file
View file

@ -0,0 +1,5 @@
deploy-katzencafe: build-wasm
rsync dist/* root@katzen.cafe:/var/www/miau/evader
build-wasm:
trunk build --release --public-url "/evader"