From 01f9afb11c62de578aef222067e1b63579f11294 Mon Sep 17 00:00:00 2001 From: Donovan Date: Fri, 6 Dec 2024 12:56:20 -0600 Subject: [PATCH] add sql and swag tasks --- Taskfile.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Taskfile.yaml b/Taskfile.yaml index 27838ba..fef6d45 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -24,3 +24,9 @@ tasks: exec: cmds: - docker exec -it cron-nkode bash + sql: + cmds: + - sqlc generate + swag: + cmds: + - swag init --dir ./cmd \ No newline at end of file