diff options
author | Aylur <[email protected]> | 2024-11-15 13:42:27 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-11-15 13:42:27 +0100 |
commit | 5a09ab8c27579b417ee6259b6bcf8e3e3aa78449 (patch) | |
tree | dcf09a446dde5db764aadbbf242860e51b91465f /docs/guide/typescript | |
parent | 27bc3dd95fe752cbaf5c84aa1bca436c80ce0c15 (diff) |
Update cli-app.md
Diffstat (limited to 'docs/guide/typescript')
-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. |