0
Fork 0
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:
Florian Lefebvre 2024-08-12 14:51:24 +02:00
parent ac56f3de63
commit f108a14197

View file

@ -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;