471324b0a3
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"name": "vercel-hosted-astro-project",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/vercel": "file:../../..",
|
|
"astro": "file:../../../../../astro"
|
|
}
|
|
}
|