fix: remove duplicate import (#8393)
Co-authored-by: jesse <qfei.shao@gmail.com>
This commit is contained in:
parent
e43ae88528
commit
535a458999
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue