chore: add Vercel config for tutorial deployment
This commit is contained in:
parent
06029fbc60
commit
4f191d64c0
3 changed files with 14 additions and 0 deletions
1
apps/tutorial/.gitignore
vendored
Normal file
1
apps/tutorial/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.vercel
|
||||
6
apps/tutorial/vercel.json
Normal file
6
apps/tutorial/vercel.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"framework": "nextjs",
|
||||
"buildCommand": "pnpm --filter=@tpmjs/tutorial... build",
|
||||
"installCommand": "pnpm install"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue