Move to tailwind-build instead of CDNs

This commit is contained in:
Mukhtar Akere
2025-07-10 02:17:35 +01:00
parent c72867ff57
commit cf61546bec
32 changed files with 4149 additions and 20 deletions

View File

@@ -11,3 +11,27 @@ torrents.json
*.json
.ven/**
docs/**
# Don't copy built assets to avoid conflicts
pkg/web/assets/build/
# Don't copy node modules
node_modules/
# Don't copy development files
.git/
.gitignore
*.md
.env*
*.log
# Don't copy source assets to the Go builder (they're copied from asset-builder)
pkg/web/assets/css/
pkg/web/assets/js/
pkg/web/assets/images/
# Build artifacts
decypharr
healthcheck
*.exe