mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
chore: changeset
This commit is contained in:
parent
b3bc57bebf
commit
2ed705ccf2
2 changed files with 27 additions and 0 deletions
21
.changeset/eighty-boxes-applaud.md
Normal file
21
.changeset/eighty-boxes-applaud.md
Normal 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({ /* ... */ })
|
||||
}
|
||||
}
|
||||
- }
|
||||
})
|
||||
```
|
6
.changeset/selfish-impalas-grin.md
Normal file
6
.changeset/selfish-impalas-grin.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@astrojs/vercel': minor
|
||||
'@astrojs/node': minor
|
||||
---
|
||||
|
||||
Adds stable support for `astro:env`
|
Loading…
Add table
Reference in a new issue