fix: subdomain capture

This commit is contained in:
2026-07-26 09:53:20 -04:00
parent ad5221dc35
commit 5ddbfbc429
6 changed files with 162 additions and 8 deletions

View File

@@ -5,7 +5,6 @@
"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/",