koa-ts-core 0.0.12 → 0.0.14

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/README.md CHANGED
@@ -279,3 +279,7 @@ export default class Test {
279
279
  // core查找控制器目录实现
280
280
  resolve(process.cwd(), process.env.CONTROLLER_DIR_PATH ?? "");
281
281
  ```
282
+
283
+ #### process.env.APP_PORT
284
+
285
+ koa 应用启动端口