* integrate websocket redis adapter * use APP_SECRET for jwt signing * auto migrate database on startup in production * add updatedAt to update db operations * create enterprise ee package directory * fix comment editor focus * other fixes
* fix frontend env usage
* replace TypeORM with Kysely query builder * refactor migrations * other changes and fixes
* Refactor workspace membership system * Create setup endpoint * Use Passport.js * Several updates and fixes