db to user_id
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m3s
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m3s
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
Reference in New Issue
Block a user