This commit is contained in:
2026-05-28 11:32:18 +02:00
parent 69e186a7f1
commit dad1a4af30
14 changed files with 9858 additions and 4410 deletions
+2 -2
View File
@@ -9,12 +9,12 @@ export default defineConfig({
server: {
proxy: {
'/api': {
target: 'http://192.168.0.3:3004',
target: 'http://192.168.0.3:3000',
changeOrigin: true,
secure: false
},
'/uploads': {
target: 'http://192.168.0.3:3004',
target: 'http://192.168.0.3:3000',
changeOrigin: true,
secure: false
}