Skip to content

Commit

Permalink
fix: dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
RRRHAN committed May 10, 2024
1 parent cdeb933 commit 0e7d5d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions back-end/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
SHELL := cmd.exe

dev:
nodemon --exec go run main.go
nodemon --exec "go run" main.go --signal SIGTERM

install-migration:
go install -tags "sqlite3" github.com/golang-migrate/migrate/v4/cmd/migrate@latest
Expand Down

0 comments on commit 0e7d5d1

Please sign in to comment.