Fix webview live update

This commit is contained in:
MartinBraquet
2025-11-14 18:53:25 +01:00
parent 5bf095178d
commit 780f935fea
4 changed files with 12 additions and 4 deletions

View File

@@ -277,7 +277,7 @@ npx @capawesome/cli login
Then, run this to build your local assets and push them to Capawesome. Once done, each mobile app user will receive a notice that there is a new update available, which they can approve to download.
```
yarn build-web
yarn build-web-view
npx @capawesome/cli apps:bundles:create --path web/out
```