🗑️ remove vercel.json (bun.lockb, package.json, vercel.json)
This commit is contained in:
parent
b46b61ca9d
commit
57e5a696f2
3 changed files with 2 additions and 11 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -12,7 +12,6 @@
|
||||||
"@astrojs/tailwind": "^3.0.0",
|
"@astrojs/tailwind": "^3.0.0",
|
||||||
"astro": "^5.1.10",
|
"astro": "^5.1.10",
|
||||||
"astro-icon": "^1.1.5",
|
"astro-icon": "^1.1.5",
|
||||||
"hono": "^4.6.19",
|
|
||||||
"prettier-plugin-astro": "^0.14.1"
|
"prettier-plugin-astro": "^0.14.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -23,10 +22,6 @@
|
||||||
"@iconify-json/pixelarticons": "^1.2.2",
|
"@iconify-json/pixelarticons": "^1.2.2",
|
||||||
"@iconify-json/tabler": "^1.2.15",
|
"@iconify-json/tabler": "^1.2.15",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"autoprefixer": "^10.0.1",
|
"tailwindcss": "^3.3.0"
|
||||||
"eslint": "^8",
|
}
|
||||||
"tailwindcss": "^3.3.0",
|
|
||||||
"typescript": "^5",
|
|
||||||
"vercel": "^39.3.0"
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"buildCommand": "bun run quick-build-with-bun",
|
|
||||||
"rewrites": [{ "source": "/.*", "destination": "/dist", "status": 410 }]
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue