🎨 Format Optimization

This commit is contained in:
Tw93
2024-05-10 21:51:56 +08:00
parent eabdfc2014
commit 0e1e57ddd3
14 changed files with 92 additions and 78 deletions

4
bin/dev.ts vendored
View File

@@ -1,5 +1,5 @@
import log from 'loglevel';
import {DEFAULT_DEV_PAKE_OPTIONS} from './defaults';
import { DEFAULT_DEV_PAKE_OPTIONS } from './defaults';
import handleInputOptions from './options/index';
import BuilderProvider from './builders/BuilderProvider';
@@ -14,4 +14,4 @@ async function startBuild() {
await builder.start(DEFAULT_DEV_PAKE_OPTIONS.url);
}
startBuild();
startBuild();