rkgk/Justfile

11 lines
253 B
Makefile
Raw Normal View History

2024-08-23 22:55:23 +02:00
port := "8080"
2024-08-10 23:10:03 +02:00
serve wasm_profile="wasm-dev": (wasm wasm_profile)
2024-08-23 22:55:23 +02:00
RKGK_PORT={{port}} cargo run -p rkgk
2024-08-10 23:10:03 +02:00
wasm profile="wasm-dev":
cargo build -p haku-wasm --target wasm32-unknown-unknown --profile {{profile}}
2024-08-23 22:55:23 +02:00
deploy:
bash admin/deploy.bash