feat: implement hero section with multi-trip booking widget and backend infrastructure

This commit is contained in:
AnuragJangid18 2026-04-04 22:04:48 +05:30
parent 44995cb5db
commit e7365b06ac
21 changed files with 4104 additions and 113 deletions

View file

@ -7,9 +7,8 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://192.168.1.27:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, '')
target: 'http://localhost:8000',
changeOrigin: true
}
}
}