1 2 3 4 5 6 7 8 9
build: @esbuild \ --bundle src/main.ts \ --minify \ --target=es2017 \ --outdir=public clean: @rm -f public/main.js