- package.json: replace next scripts with vite dev/build/preview, add react-router-dom + vite/plugin-react/svgr devDeps, remove next + @mui/material-nextjs - vite.config.js: add NEXT_PUBLIC_* → process.env define map for backward compat, add rollup manual chunks (mui, fullcalendar), loadEnv support - front_minimal/.env: add VITE_* prefix vars alongside legacy NEXT_PUBLIC_* - routes/sections.jsx: replace 691-line template routes with 160-line platform-only router - routes/paths.js: trim to platform paths only (no mock IDs, no template pages) - app.jsx: remove CheckoutProvider (not needed) - theme-provider.jsx: remove AppRouterCacheProvider from @mui/material-nextjs - routes/hooks: replace next/navigation re-exports with react-router-dom wrappers (useRouter → useNavigate adapter, useSearchParams, usePathname, useParams) - routes/components/router-link.jsx: Link from react-router-dom - sections: replace all next/navigation imports with react-router-dom - analytics-view, my-progress-view: replace next/dynamic with direct import (no SSR) - Remove all 'use client' directives (231 files) — not needed in Vite SPA - Build: vite build ✓ in ~8s Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .cursor/rules | ||
| .gitea/workflows | ||
| .github/workflows | ||
| Modernize/Modernize/react-version/packages/typescript/main | ||
| backend | ||
| chatnext | ||
| docker | ||
| etc/docker | ||
| excalidraw-server | ||
| front_material | ||
| front_minimal | ||
| scripts | ||
| whiteboard-server@86c3d0271b | ||
| yjs-whiteboard-server | ||
| .end.dev | ||
| .end.prod | ||
| .gitignore | ||
| AUTO-BACKUP-SETUP.md | ||
| DOCKER-SERVER-CONFIG.md | ||
| README-PROD.md | ||
| README.md | ||
| REBUILD-INSTRUCTIONS.md | ||
| backup-all-db.sh | ||
| backup-db-auto.sh | ||
| backup-db.sh | ||
| docker-compose.yml | ||
| excalidraw_dev.zip | ||
| front_material_dev.zip | ||
| platform_dev.zip | ||
| rebuild-prod.sh | ||
| remove-cron-backup.sh | ||
| safe-down.sh | ||
| setup-cron-backup.sh | ||
| whiteboard_dev.zip | ||
README.md
Platform Dev Environment
Test CI/CD
Test CI/CD
Test SSH
Test Thu Feb 12 10:43:38 PM MSK 2026
test-ssh-fix