diff --git a/.changeset/eighty-boxes-applaud.md b/.changeset/eighty-boxes-applaud.md new file mode 100644 index 0000000000..a90660e0c1 --- /dev/null +++ b/.changeset/eighty-boxes-applaud.md @@ -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({ /* ... */ }) + } + } +- } +}) +``` \ No newline at end of file diff --git a/.changeset/selfish-impalas-grin.md b/.changeset/selfish-impalas-grin.md new file mode 100644 index 0000000000..2efd92b988 --- /dev/null +++ b/.changeset/selfish-impalas-grin.md @@ -0,0 +1,6 @@ +--- +'@astrojs/vercel': minor +'@astrojs/node': minor +--- + +Adds stable support for `astro:env`