refactor: migrate from Next.js to SolidJS and GraphQL
- Converted web application from Next.js to SolidJS with Vite - Replaced React components with SolidJS components - Implemented GraphQL client using URQL - Added authentication, room, and chat components - Updated project structure and configuration files - Removed unnecessary Next.js and docs-related files - Added Docker support for web and API applications
This commit is contained in:
parent
8f3aa2fc26
commit
16731409df
81 changed files with 13585 additions and 1163 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -25,8 +25,12 @@ coverage
|
|||
.next/
|
||||
out/
|
||||
build
|
||||
dist
|
||||
dist/
|
||||
|
||||
# Prisma
|
||||
apps/api/prisma/migrations/
|
||||
apps/api/prisma/dev.db
|
||||
apps/api/prisma/dev.db-journal
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue