We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba836b commit c356eadCopy full SHA for c356ead
1 file changed
tegg/standalone/standalone/README.md
@@ -43,11 +43,11 @@ export class Foo implements MainRunner<string> {
43
44
- cwd 为当前应用工作目录
45
- options:
46
- - innerObjects: 当前运行环境中内置的对象
+ - innerObjectHandlers: 当前运行环境中内置的对象
47
48
```
49
await main(cwd, {
50
- innerObjects: {
+ innerObjectHandlers: {
51
hello: {
52
hello: () => {
53
return 'hello, inner';
0 commit comments