Update makefile

This commit is contained in:
BlowaterNostr 2024-03-27 22:57:12 +08:00
parent c690cd5bcc
commit 5716266922

View File

@ -48,6 +48,7 @@ stats:
build: fmt
cp -rv app/UI/assets/ build-pwa/
deno bundle app/UI/_main.tsx build-pwa/main.mjs
cp file_server.ts build-pwa/file_server.ts
test-ui: fmt
deno bundle --config=./deno.json app/UI/$(page).test.tsx build-pwa/main.mjs