The next.user-config.mjs file is missing. Let me create it:
Created the missing next.user-config.mjs file that the v0 system's next.config.mjs wrapper imports. This file is required for the Next.js dev server to start successfully. The server should now start without the ERR_MODULE_NOT_FOUND error.
An error occurred during deployment. Please fix:
Running build in Washington, D.C., USA (East) – iad1
Build machine configuration: 2 cores, 8 GB
Retrieving list of deployment files...
Downloading 102 deployment files...
Restored build cache from previous deployment (39Yfp91vQ3oaQjjRDP1uysMPGojH)
...
at ignore-listed frames {
code: 'ERR_MODULE_NOT_FOUND',
url: 'file:///vercel/path0/next.user-config.mjs'
}
Error: Command "node .v0/inject-built-with-v0.mjs && next build" exited with 1
The next.user-config.mjs file is missing. Let me create it:
Created the missing next.user-config.mjs file that the v0 build system requires. The next.config.mjs wrapper imports this file to merge user configuration with v0's required settings, and the build fails without it. The deployment should now succeed.