odl-training-data / vercel.json
midah's picture
Organize codebase: move Docker files to docker/, organize lib/ into api/utils/types, move shared components to ui/, clean up README
7f0b3f0
{
"buildCommand": "npm run build",
"devCommand": "npm run dev",
"installCommand": "npm install",
"framework": "nextjs",
"regions": ["iad1"],
"env": {
"DATABASE_URL": "@database_url"
}
}