diff --git a/.gitignore b/.gitignore index 578ef8a9..4e660fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ test/demo/php/log/ test/ui/allure-results/ test/log/ test/demo/php/conf/ztf.conf +_output diff --git a/client/package.json b/client/package.json index 16c2ef1c..38ce0d1c 100644 --- a/client/package.json +++ b/client/package.json @@ -37,6 +37,7 @@ "css-loader": "6.5.1", "electron": "16.0.6", "electron-packager": "15.4.0", + "electron-prebuilt-compile": "^8.2.0", "node-loader": "2.0.0", "style-loader": "3.3.1" },