more nessa prep

This commit is contained in:
2026-07-23 08:43:40 -04:00
parent 0385090f32
commit 72d1cfaf3f
10 changed files with 66 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
"dev": "vinxi dev",
"dev-flush": "vinxi dev --env-file=.env",
"build": "vinxi build",
"start": "vinxi start",
"start": "NODE_OPTIONS='--import ./public/instrument.server.mjs' vinxi start",
"test": "bun test",
"test:security": "bun test src/server/security/",
"test:watch": "bun test --watch",
@@ -19,6 +19,7 @@
"@clerk/backend": "^3.12.0",
"@libsql/client": "^0.15.15",
"@motionone/solid": "^10.16.4",
"@sentry/solidstart": "^10.67.0",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.0",
"@solidjs/start": "^1.1.0",
@@ -69,6 +70,7 @@
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@sentry/vite-plugin": "^5.4.0",
"@tailwindcss/typography": "^0.5.19",
"@types/bcrypt": "^6.0.0",
"@types/fast-diff": "^1.2.2",