0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

Merge branch 'feat/unflag-astro-env' into feat/autogenerated-tsconfig

This commit is contained in:
Florian Lefebvre 2024-08-20 15:09:53 +02:00 committed by GitHub
commit 0ab2ea971b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,9 @@ import { defineConfig, envField } from 'astro/config';
// https://astro.build/config
export default defineConfig({
experimental: {
env: {
schema: {
FOO: envField.string({ context: "client", access: "public", optional: true, default: "ABC" }),
}
}
}
});