paisa/Makefile

5 lines
209 B
Makefile
Raw Normal View History

2022-04-02 03:31:29 -04:00
serve:
./node_modules/.bin/nodemon --signal SIGTERM --watch '.' --ext go --exec 'go run . serve'
watch:
./node_modules/.bin/esbuild web/src/index.ts --bundle --watch --sourcemap --outfile=web/static/dist.js