Move everything back to root dir

This commit is contained in:
Joakim Hellsén 2024-02-14 04:40:48 +01:00
commit 1fa8351d11
19 changed files with 257 additions and 300 deletions

View file

@ -5,7 +5,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "tmp\\main.exe"
cmd = "go build -o ./tmp/main.exe ./cmd/feedvault/"
cmd = "go build -o ./tmp/main.exe ."
delay = 1000
exclude_dir = [
"assets",
@ -15,7 +15,6 @@ exclude_dir = [
"testdata",
"tests",
".git",
".idea",
".vscode",
]
exclude_file = []