Skip to content

Commit d431fbe

Browse files
author
applemonkey496
authored
fix: config type import (#4524)
1 parent a2e8e76 commit d431fbe

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thirty-taxis-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': patch
3+
---
4+
5+
fix import in the config type declarations

packages/astro/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type ViteUserConfig = import('vite').UserConfig;
2-
type AstroUserConfig = import('./dist/types/@types/astro').AstroUserConfig;
2+
type AstroUserConfig = import('./dist/@types/astro').AstroUserConfig;
33

44
/**
55
* See the full Astro Configuration API Documentation

0 commit comments

Comments
 (0)