diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guide/typescript/cli-app.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/guide/typescript/cli-app.md b/docs/guide/typescript/cli-app.md index 9fa307c..9b299aa 100644 --- a/docs/guide/typescript/cli-app.md +++ b/docs/guide/typescript/cli-app.md @@ -122,12 +122,9 @@ Props are set sequentially and if name is applied after application it won't wor astal -t Bar ``` -## Bundled scripts +## Client -The produced scripts when bundling can run as the main instance -and a "client" instance. - -The first time you execute your bundled script the `main` function gets called. +The first time you execute your script the `main` function gets called. While that instance is running any subsequent execution of the script will call the `client` function. |