Port numaraları değişti.

This commit is contained in:
2025-11-07 01:08:52 +03:00
parent 673d53f126
commit aae63ee4d0
8 changed files with 17 additions and 17 deletions

View File

@@ -4,10 +4,10 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
server: {
port: 5173,
port: 5005,
proxy: {
'/api': {
target: 'http://localhost:3001',
target: 'http://localhost:3005',
changeOrigin: true
}
}