-
Realign the API model of the library more towards what's described in [Automating Safe, Hands-off deployments](https://aws.amazon.com/builders-library/automating-safe-hands-off-deployments/).
![pip…
-
Now there are more and more orm framework requirements, most orm framework are Active-record-pattern-like(https://en.wikipedia.org/wiki/Active_record_pattern), similar to the view plugin(https://eggjs…
-
#### Node Version: v12.22.8
#### OS: MacOs
### 问题描述:
本地跑没问题,使用npm run deploy部署到FC上,http请求报错please set config.keys first,请问哪地方还需要配置吗😃?
配置文件只有一个config.default.ts, 按照egg的配置文件格式写的.
> 看Egg.js的issue里…
-
在configuration.ts添加orm,但orm的配置需要从服务器获取,不是在config.default.ts中写死的,导致数据库链接失败,有什么方式可以解决,钩子等?
-
node version:14.18.1
pnpm version:6.22.1
@modern-js/plugin-egg/src/framework/index.ts:22
第 22 行 `super.load()` 打 log 可以发现调用了两次,两次 trace:
```bash
Trace: ModernJsLoader load
at /common/t…
-
* **Node Version**:
* **Egg Version**:
* **Plugin Name**:
* **Plugin Version**:
* **Platform**:
* **Mini Showcase Repository**:
2021-08-11 11:58:18,110 ERROR 16651 ConnectionNotFoundEr…
-
按照文档配好之后,可以在dev环境下正常启动,但是在跑ci的时候会报错导致跑不过。
报错如下:
```shell
2021-08-12 15:36:53,219 ERROR 73 nodejs.Error: please config typeorm in config file
1) "before all" hook in "{root}"
at new AppBootH…
-
提问前请确认以下几点信息,否则你的问题将不会被解答
- 参考 https://zhuanlan.zhihu.com/p/25795393 学会正确的提问方式
- 确定已经阅读过文档 http://doc.ssr-fc.com/ 并且文档中搜索不到相关答案
- 对应服务端框架的使用问题请去它们的官方文档找答案。例如 [Midway](https://midwayjs.org/), [Nes…
-
declare module 'egg' {
interface Context {
entity: {
AdminInfo: typeof EntityAdminInfo
}
repo: {
AdminInfo: Repository
}
}
}
这是自动生成的,代码在VS code中,没有任何错误,正常启动…
-
## Issue Description
### Expected Behavior
### Actual Behavior
```
// include the output in code tags like these!
```
### Steps to Reproduce
1.
2.
```typescrip…