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:
commit
0ab2ea971b
1 changed files with 3 additions and 5 deletions
|
@ -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" }),
|
||||
}
|
||||
env: {
|
||||
schema: {
|
||||
FOO: envField.string({ context: "client", access: "public", optional: true, default: "ABC" }),
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue