remove uneeded import
This commit is contained in:
parent
f75563acd5
commit
a858686dc5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue