Skip to content

Commit

Permalink
demo: faster hot reloading by removing sqlc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 12, 2024
1 parent f29d0a0 commit f280ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-app-gourmet/.air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
cmd = "go generate ./... && go build -o ./tmp/main ."
cmd = "templ generate && go build -o ./tmp/main ."
delay = 0
exclude_dir = ["node_modules"]
exclude_file = ["store/db.go"]
Expand Down

0 comments on commit f280ccd

Please sign in to comment.