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.