Skip to content

Commit

Permalink
feat: makefile watch for go,html,js files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza12700 committed Oct 17, 2024
1 parent 23a3929 commit 29690ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 29690ce

Please sign in to comment.