fix: config type import (#4524)
This commit is contained in:
parent
a2e8e76c30
commit
d431fbe4e1
2 changed files with 6 additions and 1 deletions
5
.changeset/thirty-taxis-lick.md
Normal file
5
.changeset/thirty-taxis-lick.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix import in the config type declarations
|
2
packages/astro/config.d.ts
vendored
2
packages/astro/config.d.ts
vendored
|
@ -1,5 +1,5 @@
|
||||||
type ViteUserConfig = import('vite').UserConfig;
|
type ViteUserConfig = import('vite').UserConfig;
|
||||||
type AstroUserConfig = import('./dist/types/@types/astro').AstroUserConfig;
|
type AstroUserConfig = import('./dist/@types/astro').AstroUserConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See the full Astro Configuration API Documentation
|
* See the full Astro Configuration API Documentation
|
||||||
|
|
Loading…
Reference in a new issue