main
Some checks failed
UI Deploy (Next-Auth Support) 🎨 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-03-17 13:16:22 +03:00
parent d09b1fbb6f
commit c339cb1382
15 changed files with 740 additions and 261 deletions

View File

@@ -20,11 +20,11 @@ export default defineConfig(({ mode }) => {
hmr: process.env.DISABLE_HMR !== 'true',
proxy: {
'/api': {
target: 'http://localhost:3000',
target: 'http://127.0.0.1:3000',
changeOrigin: true,
},
'/uploads': {
target: 'http://localhost:3000',
target: 'http://127.0.0.1:3000',
changeOrigin: true,
},
},