fix: rename +-prefixed spec files to prevent SvelteKit build errors

SvelteKit rejects files with + prefix in routes/ during vite build.
Renamed all +*.spec.ts files to drop the + prefix (e.g. +page.server.spec.ts → page.server.spec.ts).
This fixes both Docker and Electron Forge builds.
This commit is contained in:
2026-03-09 02:30:10 -05:00
parent 025e4e8a44
commit 02dc4f0305
28 changed files with 0 additions and 0 deletions