Files
t/justfile
Ian Gulliver 1c90c313f0 bundle
2024-12-21 07:26:27 -08:00

9 lines
133 B
Makefile

default: build
compile:
tsc
bundle:
esbuild js/main.js --bundle --format=esm --outfile=static/app.js
build: compile bundle