mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
Bugfix: fix build (#184)
This commit is contained in:
parent
820012ea16
commit
8f2a58534c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import type { AstroConfig } from '../@types/astro';
|
||||
import { performance } from 'perf_hooks';
|
||||
|
||||
import path from 'path';
|
||||
import { fileURLToPath, URL } from 'url';
|
||||
|
|
Loading…
Add table
Reference in a new issue