feat: implement community Q&A, scraper, and dynamic bus routes display without secrets
This commit is contained in:
@@ -9,6 +9,15 @@ export default defineConfig({
|
||||
react(),
|
||||
tailwindcss(),
|
||||
],
|
||||
server: {
|
||||
watch: {
|
||||
ignored: [
|
||||
'**/backend/**',
|
||||
'**/telegram-bot/**',
|
||||
'**/.git/**'
|
||||
]
|
||||
}
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
|
||||
Reference in New Issue
Block a user