Skip to content

Commit c356ead

Browse files
committed
docs(standalone): update inner object handler option
1 parent eba836b commit c356ead

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tegg/standalone/standalone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ export class Foo implements MainRunner<string> {
4343

4444
- cwd 为当前应用工作目录
4545
- options:
46-
- innerObjects: 当前运行环境中内置的对象
46+
- innerObjectHandlers: 当前运行环境中内置的对象
4747

4848
```
4949
await main(cwd, {
50-
innerObjects: {
50+
innerObjectHandlers: {
5151
hello: {
5252
hello: () => {
5353
return 'hello, inner';

0 commit comments

Comments
 (0)