Fix benchmark import path (#8389)

This commit is contained in:
李瑞丰 2023-09-04 11:19:53 +08:00 committed by GitHub
parent dc8bcb6ae7
commit 8d12659ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import http from 'node:http';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import { waitUntilBusy } from 'port-authority';
import { calculateStat } from '../make-project/_util.js';
import { calculateStat } from './_util.js';
import { renderFiles } from '../make-project/render-default.js';
import { astroBin } from './_util.js';