diff --git a/Makefile b/Makefile index 4c759ec..fbaa984 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ tailminify: @bunx tailwindcss -i static/init.css -o static/dist.css --minify server: - @watchexec -c -r -e go,html go run . + @watchexec -c -r -e go,html,js go run . sqlc: @sqlc generate