Skip to content

Commit

Permalink
chore: remove random import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 23, 2023
1 parent c52d256 commit 246b726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type { TSConfig } from "pkg-types";
import type { RollupError } from "rollup";
import type { OnResolveResult, PartialMessage } from "esbuild";
import type { RouterMethod } from "h3";
import { i } from "vitest/dist/index-50755efe";
import { generateFSTree } from "./utils/tree";
import { getRollupConfig, RollupConfig } from "./rollup/config";
import { prettyPath, writeFile, isDirectory } from "./utils";
Expand Down

0 comments on commit 246b726

Please sign in to comment.