mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
chore: add todos
This commit is contained in:
parent
ac56f3de63
commit
f108a14197
1 changed files with 3 additions and 0 deletions
3
packages/astro/src/env/vite-plugin-env.ts
vendored
3
packages/astro/src/env/vite-plugin-env.ts
vendored
|
@ -17,6 +17,9 @@ import { getEnvFieldType, validateEnvVariable } from './validators.js';
|
|||
// and server will only contain getSecret for unknown variables. Then, specifying a schema should only add
|
||||
// variables as needed. For secret variables, it will only require specifying SecretValues and it should get
|
||||
// merged with the static types/content.d.ts
|
||||
// TODO: rename experimentalWhatever in ssr manifest
|
||||
// TODO: update integrations compat
|
||||
// TODO: update adapters
|
||||
|
||||
interface AstroEnvVirtualModPluginParams {
|
||||
settings: AstroSettings;
|
||||
|
|
Loading…
Reference in a new issue