diff --git a/buildnode.js b/buildnode.js index a2f37dd..db54aa8 100644 --- a/buildnode.js +++ b/buildnode.js @@ -2,7 +2,6 @@ import * as swc from "@swc/core"; import path from "node:path"; import {fileURLToPath} from "node:url"; import {promises as fs} from "fs"; -import child_process from "child_process"; const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename);