upload: basic folder upload support

This commit is contained in:
Lukas Werner
2026-08-11 14:11:47 -07:00
parent 9644f101b3
commit c8ec356c3e
6 changed files with 80 additions and 32 deletions
+2 -2
View File
@@ -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" \