From 4f840f677c7149e7509966bad25226d18500e438 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 22 Apr 2026 18:05:29 +0200 Subject: [PATCH] =?UTF-8?q?refactor(proxy):=20rename=20+server.spec.ts=20?= =?UTF-8?q?=E2=86=92=20proxy.spec.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Eliminates the Vitest "Files prefixed with + are reserved" warning on every test run. Co-Authored-By: Claude Sonnet 4.6 --- .../src/routes/api/[...path]/{+server.spec.ts => proxy.spec.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename frontend/src/routes/api/[...path]/{+server.spec.ts => proxy.spec.ts} (100%) diff --git a/frontend/src/routes/api/[...path]/+server.spec.ts b/frontend/src/routes/api/[...path]/proxy.spec.ts similarity index 100% rename from frontend/src/routes/api/[...path]/+server.spec.ts rename to frontend/src/routes/api/[...path]/proxy.spec.ts