From 5a09ab8c27579b417ee6259b6bcf8e3e3aa78449 Mon Sep 17 00:00:00 2001 From: Aylur <104676705+Aylur@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:42:27 +0100 Subject: Update cli-app.md --- docs/guide/typescript/cli-app.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/guide/typescript') 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. -- cgit v1.2.3