egg-scripts icon indicating copy to clipboard operation
egg-scripts copied to clipboard

deploy tool for egg projects

Results 7 egg-scripts issues
Sort by recently updated
recently updated
newest added

##### Checklist - [ ] `npm test` passes - [ ] tests and/or benchmarks are included - [ ] documentation is changed or added - [ ] commit message follows...

##### Checklist - [x] add reload cmd 增加 reload命令,有web代码更新时,可以通过 reload 关闭已有work,变相实现热更新功能 ##### Description of change

##### Checklist - [x] `npm test` passes - [x] tests and/or benchmarks are included - [x] documentation is changed or added - [x] commit message follows commit guidelines ##### Affected...

##### Description of change ``` pm2 ls ``` This command can output a table in the shell, list all the running app. Egg-scripts does not have such a command, this...

加入依赖应用config日志自定义目录,配置alinode日志目录位置,达到应用独立存储alinode日志。

在开发环境 egg-bin dev 跨域是生效的, config.local 和 config.prod 一样的配置, 本地用 egg-scripts start --daemon --title=egg-server 请求就提示跨域。 这俩的区别应该就是一个用 egg-bin 一个用 egg-scripts 吧?

windows 2025已经把wmic禁用了,egg-scripts stop还用了wmic来查找eggjs进程,导致错误。有没没有其他办法来杀eggjs进程??????

help wanted