glede-init 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/templates/default/app.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @file 服务入口初始化
|
|
3
|
-
* @author
|
|
4
|
-
* @date
|
|
3
|
+
* @author Perfumere
|
|
4
|
+
* @date 2025-04-27
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { networkInterfaces } from 'os';
|
|
@@ -61,8 +61,6 @@ export function serviceMount() {
|
|
|
61
61
|
global.sql = getPgInstance();
|
|
62
62
|
}
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
64
|
/**
|
|
67
65
|
* 打印服务启动访问链接: IP:PORT
|
|
68
66
|
*/
|