chore: update dependencies and remove Vitest globals from tsconfig
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 7m14s

This commit is contained in:
2025-12-04 10:08:04 -08:00
parent 8cd61a8646
commit 7d5ec198ac
3 changed files with 186 additions and 83 deletions

View File

@@ -14,7 +14,6 @@
"types": [
"node",
"vite/client", // Add this line to include Vite's client-side types
"vitest/globals" // Add this to include Vitest's global types (e.g., `vi`, `describe`)
],
"moduleResolution": "bundler",
"isolatedModules": true,