remove uneeded import
This commit is contained in:
@@ -2,7 +2,6 @@ import * as swc from "@swc/core";
|
|||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import {fileURLToPath} from "node:url";
|
import {fileURLToPath} from "node:url";
|
||||||
import {promises as fs} from "fs";
|
import {promises as fs} from "fs";
|
||||||
import child_process from "child_process";
|
|
||||||
|
|
||||||
const __filename = fileURLToPath(import.meta.url);
|
const __filename = fileURLToPath(import.meta.url);
|
||||||
const __dirname = path.dirname(__filename);
|
const __dirname = path.dirname(__filename);
|
||||||
|
Reference in New Issue
Block a user