Replaced Vite proxy with SvelteKit API route

This commit is contained in:
2026-05-08 12:22:37 +02:00
parent e6ce118333
commit 11bddcac70
2 changed files with 9 additions and 5 deletions
-5
View File
@@ -3,9 +3,4 @@ import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
server: {
proxy: {
'/api': 'http://37100lab.it:8101',
},
},
});