build: Add HTMX copy step to build:ts script

- Modified package.json build:ts to copy htmx.min.js from node_modules to web/static/
- This fixes the 404 error for /static/htmx.min.js that occurred after ESBuild migration
- Added htmx.min.js to static files

See ESBUILD_MIGRATION_PLAN.md for migration context.
This commit is contained in:
2026-03-08 21:35:35 -04:00
parent a84ffb253e
commit 0af319fef9
5 changed files with 331 additions and 35 deletions
+1
View File
File diff suppressed because one or more lines are too long