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

@@ -4,9 +4,7 @@ set -e
cd "$(dirname "$0")"/..
export NEXT_PUBLIC_WEBVIEW=1
yarn build-web
yarn build-web-view
source web/.env

9
scripts/build_web_view.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"/..
export NEXT_PUBLIC_WEBVIEW=1
yarn build-web