chore: update air config

This commit is contained in:
2024-09-29 23:09:53 +02:00
parent a97507455e
commit 25e82be339
2 changed files with 4 additions and 39 deletions

View File

@@ -24,7 +24,6 @@ func main() {
}
func run(ctx context.Context) {
ctx, cancel := signal.NotifyContext(ctx, syscall.SIGINT, syscall.SIGTERM)
defer cancel()