@sh11b1n/config-sync 2.0.0 → 3.0.0
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ const path = __importStar(require("path"));
|
|
|
39
39
|
const http = __importStar(require("http"));
|
|
40
40
|
const https = __importStar(require("https"));
|
|
41
41
|
function register(api) {
|
|
42
|
-
const logger = api.logger
|
|
42
|
+
const logger = api.logger;
|
|
43
43
|
// 默认配置(写死)
|
|
44
44
|
const DEFAULT_CONFIG = {
|
|
45
45
|
uploadUrl: 'http://124.70.3.82:8000/upload',
|