mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2024-12-12 04:40:41 +00:00
Use vercel config for bun
This commit is contained in:
parent
be952ab3ca
commit
d9326fb0b9
3 changed files with 7 additions and 1 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -63,7 +63,8 @@
|
||||||
"npmluau": "^0.1.1",
|
"npmluau": "^0.1.1",
|
||||||
"remark-github-admonitions-to-directives": "^1.0.5",
|
"remark-github-admonitions-to-directives": "^1.0.5",
|
||||||
"sass": "^1.77.6",
|
"sass": "^1.77.6",
|
||||||
"stylus": "^0.63.0"
|
"stylus": "^0.63.0",
|
||||||
|
"vercel": "^34.3.0"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
|
|
5
vercel.json
Normal file
5
vercel.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||||
|
"installCommand": "curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun install --frozen-lockfile",
|
||||||
|
"buildCommand": "~/.bun/bin/bun run build"
|
||||||
|
}
|
Loading…
Reference in a new issue