From b0d4f60c4ba8363e04489643d54fadf7e1f2b842 Mon Sep 17 00:00:00 2001 From: vuduongtp Date: Mon, 8 Jan 2024 14:56:28 +0700 Subject: [PATCH] update start command --- .air.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.air.toml b/.air.toml index 1ff9a91..825bb25 100644 --- a/.air.toml +++ b/.air.toml @@ -4,7 +4,7 @@ tmp_dir = "tmp" [build] bin = "./tmp/main" - cmd = "make specs build.air" + cmd = "make build.air" delay = 1000 exclude_dir = ["assets", "tmp", "vendor", "testdata", "docs"] exclude_file = []