aggiunto e testato quasar apps

This commit is contained in:
fabio
2026-03-01 20:42:27 +01:00
parent cdcacadb5f
commit 66a3cc7cdb
73 changed files with 1559 additions and 389 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: tw-build tw-watch htmx-copy flowbite-copy assets server test db-reset fmt
.PHONY: tw-build tw-watch htmx-copy flags-copy assets server test db-reset fmt
tw-build:
npm run tw:build
@@ -9,10 +9,10 @@ tw-watch:
htmx-copy:
mkdir -p web/static/vendor && cp node_modules/htmx.org/dist/htmx.min.js web/static/vendor/htmx.min.js
flowbite-copy:
mkdir -p web/static/vendor && cp node_modules/flowbite/dist/flowbite.min.js web/static/vendor/flowbite.js
flags-copy:
mkdir -p web/static/vendor/flags && cp assets/flags/*.svg web/static/vendor/flags/
assets: htmx-copy flowbite-copy tw-build
assets: htmx-copy flags-copy tw-build
server:
go run ./cmd/server