Refactored now (#29)

* redy to recover Terminal dir

* as Mike asked ... commit what you have :)

* fir anyone to have a look - DONT RUN

* works !!!
This commit is contained in:
anandamarsh
2023-10-05 11:25:32 -07:00
committed by GitHub
parent 9f284083bb
commit daee5c7c36
106 changed files with 851 additions and 3339 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ const CopyPlugin = require("copy-webpack-plugin");
module.exports = {
mode: "development",
entry: {
emain: ["./src/emain.ts"],
emain: ["./src/electron/emain.ts"],
},
target: "electron-main",
output: {
@@ -50,7 +50,7 @@ module.exports = {
},
plugins: [
new CopyPlugin({
patterns: [{ from: "src/preload.js", to: "preload.js" }],
patterns: [{ from: "src/electron/preload.js", to: "preload.js" }],
}),
],
resolve: {