Skip to content

Commit 7ddba41

Browse files
committed
remove output setting
1 parent 8a05327 commit 7ddba41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/apps/app/next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if (process.env.VERCEL_ENV === 'production') {
1515
const nextConfig: NextConfig = {
1616
// Server-only packages that should not be bundled on the client
1717
serverExternalPackages: ['@mastra/*'],
18-
output: 'standalone',
1918

2019
// NOTE: Exclude Prisma-related packages from the bundle
2120
// These packages are installed separately in the node_modules/@prisma directory

0 commit comments

Comments
 (0)