chore(spa): app/package-lock.json committen + aus gitignore raus

CI-build hat mit "Some specified paths were not resolved, unable to
cache dependencies" abgebrochen, weil actions/setup-node@v4 mit
cache: 'npm' eine committed package-lock.json erwartet.

Lockfile war bisher in app/.gitignore ausgeschlossen — ungewoehnliche
konvention fuer SvelteKit-projekte; reproduzierbare builds (sowohl
CI als auch fresh-clone) brauchen den lockfile. Jetzt committed,
mit dem stand der nach den isomorphic-dompurify+@types/node-installs
existiert.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jörg Lohrer 2026-04-28 10:27:33 +02:00
parent 0075160370
commit 64cd2b8add
2 changed files with 3851 additions and 1 deletions

1
app/.gitignore vendored
View File

@ -23,6 +23,5 @@ vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# npm
package-lock.json
*.log
test-results/

3851
app/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff