build(frontend): migrate CRA to Next.js (CSR lift-and-shift) #21

Merged
cesnimda merged 2 commits from feature/wave6-nextjs-migration into main 2026-07-12 01:25:23 +02:00
Showing only changes of commit dbb15804a3 - Show all commits
+4
View File
@@ -0,0 +1,4 @@
# react-scripts (kept only as the Jest test runner, see package.json) still declares a
# typescript ^3.2.1||^4 peer constraint that's stale for our actual (Next.js-driven) TS 5.x --
# it doesn't type-check via that peer path, so the conflict is safe to relax.
legacy-peer-deps=true