adding desktop 2 app with electron forge

This commit is contained in:
talksik
2022-03-17 09:55:11 -04:00
parent 31fd3638ba
commit 20ddc5a324
16 changed files with 34784 additions and 1411 deletions
+3
View File
@@ -0,0 +1,3 @@
const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
module.exports = [new ForkTsCheckerWebpackPlugin()];