db to user_id
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m3s

This commit is contained in:
2025-11-24 14:14:54 -08:00
parent ba0abded2b
commit ff2a82f06d
4 changed files with 24 additions and 27 deletions

View File

@@ -26,6 +26,10 @@
]
},
"allowImportingTsExtensions": true,
"noEmit": true
}
"noEmit": true,
"strict": true, // Enforcing strict mode is a best practice for new projects.
"forceConsistentCasingInFileNames": true // Helps prevent casing-related import errors.
},
"include": ["src", ".vitepress", "vite.config.ts", "vitest.config.ts"],
"exclude": ["node_modules", "dist", "coverage"]
}