Fix benchmark import path (#8389)
This commit is contained in:
parent
dc8bcb6ae7
commit
8d12659ce8
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue