upload: basic folder upload support
This commit is contained in:
@@ -5,8 +5,8 @@ templ:
|
||||
# Run air for Go hot reload
|
||||
server:
|
||||
air \
|
||||
--build.cmd "go build -o tmp/bin/main ./main.go" \
|
||||
--build.bin "tmp/bin/main" \
|
||||
--build.cmd "go build -o tmp/main ." \
|
||||
--build.bin "tmp/main" \
|
||||
--build.delay "100" \
|
||||
--build.exclude_dir "node_modules" \
|
||||
--build.include_ext "go" \
|
||||
|
||||
Reference in New Issue
Block a user