aboutsummaryrefslogtreecommitdiff
path: root/apps/web/next.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: deep-research on user profile and tiptap integration (#672)01-14-feat_deep-research_on_user_profileMaheshtheDev2026-01-151-0/+13
| | | | | | | | deep-research on user profile add novel integration tiptap 3.x integration
* Upgrade to nextjs16 (#557)Karan Lokchandani2025-11-041-4/+2
| | | Signed-off-by: Karan <[email protected]>
* fix: disable experimental React Compiler in Next.js config and remove ↵MaheshtheDev2025-09-281-34/+33
| | | | | | | | | | | | | | | | babel-plugin-react-compiler dependency. (#441) Removed React Compiler from the project configuration and dependencies. ### What changed? - Removed `reactCompiler: true` from the experimental options in `next.config.ts` - Removed `babel-plugin-react-compiler` dependency from `package.json` - Updated formatting in `next.config.ts` to use consistent indentation and semicolons ### Why make this change? React Compiler (formerly React Forget) is still in experimental phase and may be causing stability issues or unnecessary complexity in the build process. Removing it simplifies our dependency tree while maintaining full functionality. The PostHog update ensures we're using the latest version with any bug fixes or improvements.
* feat: sentry integration (#376)MaheshtheDev2025-08-211-38/+40
|
* Enhanced Text Editor and format fixes with biome (#371)Mahesh Sanikommu2025-08-211-7/+8
|
* New Version of Supermemory Consumer AppMahesh Sanikommmu2025-08-161-0/+60