mirror of
https://github.com/AlchemillaHQ/Sylve.git
synced 2026-06-14 00:46:34 +03:00
build: update build command to use directory for main package
This commit is contained in:
@@ -4,7 +4,7 @@ tmp_dir = "tmp"
|
||||
|
||||
[build]
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main cmd/sylve/main.go"
|
||||
cmd = "go build -o ./tmp/main ./cmd/sylve"
|
||||
delay = 500
|
||||
exclude_dir = ["assets", "tmp", "vendor", "testdata", "views", "node_modules", "data", "web", "scripts", "utils/testdir", ".vscode", ".idea", "new-web", "bin", "docs/app-docs"]
|
||||
exclude_unchanged = false
|
||||
|
||||
Reference in New Issue
Block a user