fix: update file path separator in .air.toml and improve server start message

This commit is contained in:
Floriansylvain
2025-12-13 18:53:17 +01:00
parent 0238c7511d
commit 99812ddba4
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "tmp\\main.exe"
bin = "tmp/main.exe"
cmd = "go build -o ./tmp/main.exe ./main"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "api\\static\\tinymce", "api\\static\\bootstrap-icons", "api\\static\\uploadedImages"]