codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
71 stars 16 forks source link

refactor: move yjs out of api into an app #481

Closed lihebi closed 1 year ago

lihebi commented 1 year ago

The yjs server was in apps/api folder, but it shares nothing with api server except prisma code. Since #480 extracted prisma into a package, this is a follow-up PR to move yjs code into apps/yjs.

These two servers are also conceptually separate: