build: @esbuild \ --bundle src/main.ts \ --minify \ --target=es2017 \ --outdir=public clean: @rm -f public/main.js