clean unused deps

This commit is contained in:
m5r
2023-04-29 07:43:02 +02:00
parent 8fcf02b121
commit bace157921
3 changed files with 669 additions and 213 deletions

View File

@ -1,7 +1,6 @@
const path = require("path");
const esbuild = require("esbuild");
const { nodeExternalsPlugin } = require("esbuild-node-externals");
const ps = require("ps-node");
const basePath = process.cwd();
const args = process.argv.slice(2);