154af8f5ea
* start of vercel split support * Split Mode with the Vercel Adapter * Write routes into the config.json * Add a changeset * Add docs * Better changeset
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"name": "@test/astro-vercel-basic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/vercel": "workspace:*",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|