mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
I cannot generate a commit message because there are no staged changes to commit. The git status shows only an untracked file (packages/web/vercel.json), but nothing has been added to the staging area.
You would need to first stage files with `git add` before a commit message can be generated.
This commit is contained in:
10
packages/web/vercel.json
Normal file
10
packages/web/vercel.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"buildCommand": "npm run build",
|
||||
"installCommand": "npm ci && npm install --no-save --platform=linuxmusl --arch=x64 lightningcss @tailwindcss/oxide",
|
||||
"framework": "nextjs",
|
||||
"env": {
|
||||
"npm_config_target_platform": "linuxmusl",
|
||||
"npm_config_target_arch": "x64"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user