mirror of
https://github.com/aykhans/slash-e.git
synced 2025-06-14 03:47:50 +00:00
feat: refactor code structure
This commit is contained in:
@ -3,11 +3,13 @@ tmp_dir = ".air"
|
||||
|
||||
[build]
|
||||
bin = "./.air/corgi"
|
||||
cmd = "go build -o ./.air/corgi ./bin/server/main.go"
|
||||
cmd = "go build -o ./.air/corgi ./main.go"
|
||||
delay = 1000
|
||||
exclude_dir = [".air", "web", "extension", "build"]
|
||||
exclude_dir = [".air", "web", "build"]
|
||||
exclude_file = []
|
||||
exclude_regex = []
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
send_interrupt = true
|
||||
kill_delay = 2000
|
||||
|
@ -8,6 +8,6 @@ cd "$(dirname "$0")/../"
|
||||
|
||||
echo "Start building backend..."
|
||||
|
||||
go build -o ./build/corgi ./bin/server/main.go
|
||||
go build -o ./build/corgi ./main.go
|
||||
|
||||
echo "Backend built!"
|
||||
|
Reference in New Issue
Block a user