From f4aaf114ffa701a328ed7beb90b722a1ac945251 Mon Sep 17 00:00:00 2001 From: Damillora Date: Sun, 23 Feb 2025 07:15:31 +0000 Subject: [PATCH] chore: remove local dev env on vite config --- web/app/vite.config.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/app/vite.config.ts b/web/app/vite.config.ts index e94d884..fb86d6d 100644 --- a/web/app/vite.config.ts +++ b/web/app/vite.config.ts @@ -11,14 +11,4 @@ export default defineConfig({ }, }, }, - server: { - allowedHosts: ["5173.shinosawa.nanao.moe"], - proxy: { - // string shorthand: - // http://localhost:5173/foo - // -> http://localhost:4567/foo - '/api': 'http://localhost:5050', - '/data': 'https://booru.nanao.moe', - } - } });