Port değişti

This commit is contained in:
2025-11-07 01:48:12 +03:00
parent dd298df953
commit 6a2c07076d
8 changed files with 39 additions and 37 deletions

View File

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