Version: 0.0.01.0.11.0.31.0.241.0.251.0.271.0.281.0.341.0.351.0.401.0.431.0.481.0.511.0.561.0.571.0.621.0.651.0.681.0.831.0.841.0.851.0.901.0.911.0.921.0.1291.0.1401.0.1481.0.1531.0.1561.0.1601.0.1611.0.1631.0.1711.0.1791.0.1801.0.1821.0.1901.0.2091.0.2121.0.2241.0.2291.0.2431.1.0-rc.201908261008081.1.0-rc.201908261035401.1.0-rc.201908271141416581.1.0-rc.201908271919210661.1.0-rc.201908281612283791.1.11.1.71.1.91.1.131.1.151.1.391.1.491.1.561.1.581.1.591.1.601.1.621.1.631.1.801.1.851.1.861.1.881.1.961.1.971.1.1001.1.1121.1.1231.1.1301.1.1321.1.1331.1.1491.1.1501.1.1691.1.1771.1.1781.1.1821.1.1831.1.1861.1.1891.1.1921.1.1941.1.2011.1.2031.1.2041.1.2071.1.2101.1.2271.1.2321.1.2331.1.2351.1.2361.1.2391.1.2421.1.2451.1.2561.1.3181.1.3201.1.3271.1.3321.1.3361.1.3371.1.3381.1.3391.1.3501.1.3511.1.3521.1.3531.2.281.2.291.2.301.2.311.2.321.2.33
/*! *****************************************************************************
Copyright (c) JDJR Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
Author: kemao 2018-12-06 15:55:46
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
MERCHANTABLITY OR NON-INFRINGEMENT.
See the Apache Version 2.0 License for specific language governing permissions
and limitations under the License.
***************************************************************************** */
/**
* 需要优化config/web.json目录不存在时的处理
*/
export declare class ProjectPort {
* 检查是不是已经分配了项目端口号,有则显示,没有则提交项目信息生成一个然后自动分配上
run(): Promise<void>;
generateProjectPort(): Promise<void>;
}