feat: implement community Q&A, scraper, and dynamic bus routes display without secrets

This commit is contained in:
Shanmuga Krishnan S M
2026-07-23 00:08:44 +05:30
parent 9b991e718a
commit a3627da32f
28 changed files with 4256 additions and 162 deletions

View File

@@ -9,6 +9,15 @@ export default defineConfig({
react(),
tailwindcss(),
],
server: {
watch: {
ignored: [
'**/backend/**',
'**/telegram-bot/**',
'**/.git/**'
]
}
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),