Added Queued Pastes
Some checks failed
/ publish (push) Failing after 1m21s

This commit is contained in:
Leon Mika 2026-09-16 21:52:03 +10:00
parent 40e5379eb3
commit de63c48da2
9 changed files with 415 additions and 1 deletions

View file

@ -20,7 +20,7 @@ build.wasm:
.Phony: build.site
build.site:
cp -r site/* target/.
rsync -a --exclude '*.test.mjs' site/ target/
.Phony: dev
dev: build