mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
5 lines
207 B
TypeScript
5 lines
207 B
TypeScript
// IMPORTANT: do not publish this file! It's only intended for development within the monorepo
|
|
|
|
declare module 'virtual:astro:env/internal' {
|
|
export const schema: import('./src/env/schema.js').EnvSchema;
|
|
}
|