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

fix: bad types in astro config

This commit is contained in:
bholmesdev 2024-01-18 17:45:11 -05:00 committed by Nate Moore
parent bed0b68a39
commit 72907e8f8c

View file

@ -1,2 +1,3 @@
/// <reference types="./config-augment.d.ts" /> /// <reference types="./config-augment.d.ts" />
export type * from './dist/index.js'; export * from './dist/index.js';
export { default } from './dist/index.js';