Disable touch drag & drop, warn on car delete with reservations, configure backend URL

Co-authored-by: h <57948770+h@users.noreply.github.com>
Agent-Logs-Url: https://github.com/h/CarReservation/sessions/cd194ca1-b339-4f2f-b717-31a0ba193964
This commit is contained in:
copilot-swe-agent[bot]
2026-03-20 18:19:53 +00:00
parent 921002a3c6
commit 8e2e6332d8
7 changed files with 58 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
port: 5173,
proxy: {
'/api': {
target: 'http://localhost:3001',
target: process.env.BACKEND_URL || 'http://localhost:3001',
changeOrigin: true,
},
},