-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to latest NextJS + switch to turbopack #3027
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
196a778
to
4d3fdba
Compare
"/admin/standard-answer/:path*", | ||
|
||
// Cloud only | ||
"/admin/cloud-settings/:path*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a reason to not just include this anyways
@@ -10,7 +10,6 @@ const { withSentryConfig } = require("@sentry/nextjs"); | |||
/** @type {import('next').NextConfig} */ | |||
const nextConfig = { | |||
output: "standalone", | |||
swcMinify: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not recognized anymore
@@ -71,5 +73,8 @@ | |||
"eslint": "^8.48.0", | |||
"eslint-config-next": "^14.1.0", | |||
"prettier": "2.8.8" | |||
}, | |||
"overrides": { | |||
"react-is": "^19.0.0-rc-69d4b800-20241021" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needed to support shadcn charts with nextjs 15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a bit messy since we haven't switched to use react19, but it seems to work 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without it, the charts are empty
Seeing a couple small issues - specifically when trying to import the base tailwind themes
and on the chat + admin pages- |
Much faster page loading during dev!