Files
Laca-City/.vscode/tasks.json
PhongPham e0e47d57c7 feat: Enhanced CSS animations, improved UI components, and project reorganization
- Enhanced globals.css with comprehensive animation system
- Added advanced map marker animations (GPS, parking)
- Improved button and filter animations with hover effects
- Added new UI components: BookingModal, ParkingDetails, WheelPicker
- Reorganized project structure with better documentation
- Added optimization scripts and improved development workflow
- Updated deployment guides and technical documentation
- Enhanced mobile responsiveness and accessibility support
2025-08-03 07:00:22 +07:00

14 lines
236 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Start Frontend Development Server",
"type": "shell",
"command": "npm run dev:local",
"group": "build",
"isBackground": true,
"args": [],
"problemMatcher": []
}
]
}