Commit ea281d92 authored by wuhao's avatar wuhao 🎯

saer

parent f96ff24e
......@@ -104,7 +104,7 @@ module.exports = (appInfo) => {
* 内置http服务
*/
config.httpServer = {
enable: false,
enable: true,
https: {
enable: false,
key: '/public/ssl/localhost+1.key',
......
......@@ -33,4 +33,4 @@ class ExampleController extends Controller {
}
ExampleController.toString = () => '[class ExampleController]';
module.exports = ExampleController;
\ No newline at end of file
module.exports = ExampleController;
......@@ -14,3 +14,11 @@
2023-06-15 16:11:40,950 INFO 11439 [addon:security] load
2023-06-15 16:11:40,950 INFO 11439 [addon:awaken] load
2023-06-15 16:11:40,952 INFO 11439 [addon:autoUpdater] load
2023-06-15 17:40:03,715 INFO 12266 [addon:tray] load
2023-06-15 17:40:03,726 INFO 12266 [addon:security] load
2023-06-15 17:40:03,726 INFO 12266 [addon:awaken] load
2023-06-15 17:40:03,728 INFO 12266 [addon:autoUpdater] load
2023-06-15 17:40:44,366 INFO 12336 [addon:tray] load
2023-06-15 17:40:44,376 INFO 12336 [addon:security] load
2023-06-15 17:40:44,377 INFO 12336 [addon:awaken] load
2023-06-15 17:40:44,379 INFO 12336 [addon:autoUpdater] load
......@@ -9,3 +9,8 @@
2023-06-15 15:51:15,878 ERROR 11081 [ee-core] Please check the http://localhost:8000 are running OR modify config file !
2023-06-15 16:11:40,956 INFO 11439 [ee-core] Env: local, Type: spa
2023-06-15 16:11:40,956 INFO 11439 [ee-core] App running at: http://localhost:8000
2023-06-15 17:40:03,732 INFO 12266 [ee-core] Env: local, Type: spa
2023-06-15 17:40:03,732 INFO 12266 [ee-core] App running at: http://localhost:8000
2023-06-15 17:40:03,848 ERROR 12266 [ee-core] Please check the http://localhost:8000 are running OR modify config file !
2023-06-15 17:40:44,383 INFO 12336 [ee-core] Env: local, Type: spa
2023-06-15 17:40:44,383 INFO 12336 [ee-core] App running at: http://localhost:8000
2023-06-15 13:35:12,119 ERROR 9746 [ee-core] Please check the http://localhost:8080 are running OR modify config file !
2023-06-15 13:35:39,950 ERROR 9788 [ee-core] Please check the http://localhost:8080 are running OR modify config file !
2023-06-15 15:51:15,878 ERROR 11081 [ee-core] Please check the http://localhost:8000 are running OR modify config file !
2023-06-15 17:40:03,848 ERROR 12266 [ee-core] Please check the http://localhost:8000 are running OR modify config file !
......@@ -39,15 +39,16 @@
"author": "哆啦好梦, Inc <530353222@qq.com>",
"license": "Apache",
"devDependencies": {
"@electron/rebuild": "^3.2.13",
"debug": "^4.3.3",
"electron": "^21.4.4",
"electron-builder": "^23.6.0",
"@electron/rebuild": "^3.2.13",
"eslint": "^5.13.0",
"eslint-plugin-prettier": "^3.0.1",
"nodemon": "^2.0.16"
},
"dependencies": {
"better-sqlite3": "^8.4.0",
"dayjs": "^1.10.7",
"ee-core": "^2.2.3",
"electron-updater": "^5.3.0",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment