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:
parent
bed0b68a39
commit
72907e8f8c
1 changed files with 2 additions and 1 deletions
3
packages/db/index.d.ts
vendored
3
packages/db/index.d.ts
vendored
|
@ -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';
|
||||||
|
|
Loading…
Add table
Reference in a new issue