moved packages out of pkg

This commit is contained in:
2026-02-04 18:57:33 +11:00
parent c4a4226647
commit 6a058ab636
24 changed files with 41 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
BINARY_NAME=oslstats
build:
tailwindcss -i ./pkg/embedfs/files/css/input.css -o ./pkg/embedfs/files/css/output.css && \
tailwindcss -i ./internal/embedfs/web/css/input.css -o ./internal/embedfs/web/css/output.css && \
go mod tidy && \
templ generate && \
go generate ./cmd/${BINARY_NAME} && \
@@ -17,7 +17,7 @@ run:
dev:
templ generate --watch &\
air &\
tailwindcss -i ./pkg/embedfs/files/css/input.css -o ./pkg/embedfs/files/css/output.css --watch
tailwindcss -i ./internal/embedfs/web/css/input.css -o ./internal/embedfs/web/css/output.css --watch
clean:
go clean