fix(env-vars): rebuild on start

This commit is contained in:
realies 2025-01-05 14:51:55 +00:00
parent 409c811a42
commit bdc0c6053c
2 changed files with 8 additions and 1 deletions

6
ui/start.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
echo "Building with current environment variables..."
yarn build
exec yarn start