Skip to content

Commit

Permalink
Use .js to import logger' (#8232)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 25, 2023
1 parent cd69aa7 commit a824863
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-kiwis-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Use .js to import logger
2 changes: 1 addition & 1 deletion packages/astro/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { UserConfig } from 'vite';
import type { AstroUserConfig } from '../@types/astro';
import { Logger } from '../core/logger/core';
import { Logger } from '../core/logger/core.js';

export function defineConfig(config: AstroUserConfig) {
return config;
Expand Down

0 comments on commit a824863

Please sign in to comment.