deleting and getting things running fine

This commit is contained in:
talksik
2022-04-30 18:54:29 -05:00
parent 3bdb7e888f
commit b9141d643d
17 changed files with 11 additions and 935 deletions
-8
View File
@@ -69,14 +69,6 @@
"preload": {
"js": "./src/electron/preload.ts"
}
},
{
"html": "./src/index.html",
"js": "./src/rendererTwo.ts",
"name": "second_window",
"preload": {
"js": "./src/electron/preload.ts"
}
}
]
}