summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-11-15 13:42:27 +0100
committerGitHub <[email protected]>2024-11-15 13:42:27 +0100
commit5a09ab8c27579b417ee6259b6bcf8e3e3aa78449 (patch)
treedcf09a446dde5db764aadbbf242860e51b91465f /docs
parent27bc3dd95fe752cbaf5c84aa1bca436c80ce0c15 (diff)
Update cli-app.md
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/typescript/cli-app.md7
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.