paraglide-js fetches its plugin from cdn.jsdelivr.net at compile time. In CI (no outbound internet access), this silently produces an empty _index.js, causing svelte-check to fail with 'not a module' errors. Fix: - Commit all generated src/lib/paraglide/ files to git (removing the auto-generated .gitignore that was hiding them) - Simplify prepare script to only run svelte-kit sync - Add separate 'npm run paraglide' script for developers to regenerate when messages/*.json source files change
1.6 KiB
1.6 KiB