mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
4cf54c60aa
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"name": "@test/netlify-edge-astro-basic",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"astro": "workspace:*",
|
|
"@astrojs/netlify": "workspace:*"
|
|
}
|
|
}
|