0
Fork 0
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:
Drew Powers 2021-05-07 10:42:48 -06:00 committed by GitHub
parent 820012ea16
commit 8f2a58534c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
import type { AstroConfig } from '../@types/astro';
import { performance } from 'perf_hooks';
import path from 'path';
import { fileURLToPath, URL } from 'url';