fix: remove duplicate import (#8393)

Co-authored-by: jesse <qfei.shao@gmail.com>
This commit is contained in:
giovanni 2023-09-04 18:42:46 +08:00 committed by GitHub
parent e43ae88528
commit 535a458999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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