0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

chore: changeset

This commit is contained in:
Florian Lefebvre 2024-08-13 14:21:44 +02:00
parent b3bc57bebf
commit 2ed705ccf2
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,21 @@
---
'astro': major
---
Makes `astro:env` stable
To upgrade, update your Astro config:
```diff
import { defineConfig, envField } from 'astro/config'
export default defineConfig({
- experimental: {
env: {
schema: {
FOO: envField.string({ /* ... */ })
}
}
- }
})
```

View file

@ -0,0 +1,6 @@
---
'@astrojs/vercel': minor
'@astrojs/node': minor
---
Adds stable support for `astro:env`