Skip to content

Commit

Permalink
Merge pull request #145 from mlmdflr/mini-main
Browse files Browse the repository at this point in the history
remove useless code
  • Loading branch information
umbrella22 authored Dec 3, 2024
2 parents ec77029 + 2b0df1f commit b2e58d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .electron-vite/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import rollupOptions from "./rollup.config";
import { errorLog, doneLog } from "./log";
import { getArgv } from "./utils";

const { clean = false, target = "client" } = getArgv();
const mainOpt = rollupOptions(process.env.NODE_ENV, "main");
const preloadOpt = rollupOptions(process.env.NODE_ENV, "preload");

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"cfonts": "^3.3.0",
"chalk": "5.3.0",
"del": "^8.0.0",
"del": "^8.0.0",
"dotenv": "^16.4.5",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
Expand Down

0 comments on commit b2e58d1

Please sign in to comment.