nav color fixes, cache busting

This commit is contained in:
2026-07-24 15:26:36 -04:00
parent 4b663c014a
commit c66cd6d456
5 changed files with 22 additions and 77 deletions

View File

@@ -5,6 +5,7 @@
"dev": "vinxi dev",
"dev-flush": "vinxi dev --env-file=.env",
"build": "vinxi build",
"vercel-build": "rm -rf .vinxi .output node_modules/.vite && vinxi build",
"start": "NODE_OPTIONS='--import ./public/instrument.server.mjs' vinxi start",
"test": "bun test",
"test:security": "bun test src/server/security/",