We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a05327 commit 7ddba41Copy full SHA for 7ddba41
frontend/apps/app/next.config.ts
@@ -15,7 +15,6 @@ if (process.env.VERCEL_ENV === 'production') {
15
const nextConfig: NextConfig = {
16
// Server-only packages that should not be bundled on the client
17
serverExternalPackages: ['@mastra/*'],
18
- output: 'standalone',
19
20
// NOTE: Exclude Prisma-related packages from the bundle
21
// These packages are installed separately in the node_modules/@prisma directory
0 commit comments