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

egg developer tool

Results 11 egg-bin 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...

可以加载default.js 但是local配置文件 无法加载

https://github.com/TypeStrong/ts-node/issues/2077

process.env.INIT_CWD 是 monorepo root 目录 process.env.npm_rootpath 是 undefined

bug
help wanted

### 现状: 目前 --inspect-brk 选项无法支持自定义 ip 和 port,对于一些需要开启远程调试或者定制端口的场景,无法满足需求。 ### 期望: 能够支持形如`egg-bin dev --inspect-brk=0.0.0.0:9999` 指定 debugger 的 ip 和 port 的配置方式。 参考 nodejs 的 options:https://nodejs.org/en/learn/getting-started/debugging#enabling-remote-debugging-scenarios

![微信图片_20240603094656](https://github.com/eggjs/egg-bin/assets/167730099/a37ceb0a-cfcb-429b-a5b2-fd9b56a53298) 首先非常感谢大佬前几天帮忙解决了egg-security中的间接依赖项的版本漏洞问题,目前项目在openSCA扫描结果中还存在5个间接依赖问题,不太好解决,还请大佬帮忙升级一下间接依赖: 1. socket.io-parser:[egg-socket.io:4.1.6]/[socket.io:2.5.0]/[socket.io-client:2.5.0]/[socket.io-parser:3.3.3]] 2. engine.io:[egg-socket.io:4.1.6]/[socket.io:2.5.0]/[engine.io:3.6.1]] 3. semver:[egg:3.22.0]/[egg-cluster:2.2.1]/[semver:5.7.2]] 4. serialize-javascript: [egg-bin:5.17.1]/[mocha:10.2.0]/[serialize-javascript:6.0.0]] 5. debug: [egg-socket.io:4.1.6]/[socket.io:2.5.0]/[debug:4.1.1]] - 其中三项属于egg-socket.io下的socket.io依赖的问题,能否提高socket.io版本,如果担心已有项目会受影响,是否可以提供一个5版本以上的egg-socket.io并在其中使用高版本的socket.io,可供使用

This issue tracks the need to merge the changes introduced in PR #252 into the master branch. PR URL: https://github.com/eggjs/egg-bin/pull/252

This issue is to track the progress of merging the feature introduced in PR https://github.com/eggjs/egg-bin/pull/266, which involves using TS_NODE_TYPE_CHECK instead of TS_NODE_TRANSPILE, into the master branch.

This issue is to track the progress and necessary actions for merging the feature introduced in PR #264 (https://github.com/eggjs/egg-bin/pull/264) into the master branch. Please refer to the PR for more...

Can "egg-bin dev" support "https" ? I want to use "http2" protocol when my website fetch static resource in local env.