Files
ob248.com/package.json
Oliver Bryan 7e7767386a vercel adapter
2025-09-08 10:54:50 +01:00

16 lines
281 B
JSON

{
"name": "oliver-bryan-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/vercel": "^8.2.7",
"astro": "^5.13.5"
}
}