mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
Removed invalid functions pattern that was causing deployment errors. Simplified configuration for Next.js deployment on Vercel.
4 lines
73 B
JSON
4 lines
73 B
JSON
{
|
|
"buildCommand": "npm run build",
|
|
"installCommand": "npm install"
|
|
}
|