Files
PromptArch/vercel.json

7 lines
124 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": ".next",
"framework": "nextjs",
"devCommand": "npm run dev"
}