mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Refactor: Moved Go app to the root and fixed links.
This commit is contained in:
parent
d1de67910d
commit
7157d43168
28 changed files with 100 additions and 164 deletions
17
.air.toml
Normal file
17
.air.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Working directory
|
||||
root = "."
|
||||
|
||||
# The main Go file
|
||||
main = "main.go"
|
||||
|
||||
bin = "tmp/main.exe"
|
||||
|
||||
# Watching all Go files, excluding certain directories
|
||||
[build]
|
||||
cmd = "go build -o ./tmp/main.exe main.go"
|
||||
include_ext = ["go"]
|
||||
exclude_dir = ["fe", "panels", "builds"]
|
||||
|
||||
# Restart on file changes
|
||||
[log]
|
||||
time = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue