Files
actual/packages/desktop-client/bin/watch-browser
Matiss Janis Aboltins f41763b0b9 🔥 remove unused scripts; simplify version script (#1227)
1. Removed some more unused scripts
2. Simplified the way we build `version` in to the source
2023-06-29 19:25:54 +01:00

11 lines
147 B
Bash
Executable File

#!/bin/sh -e
ROOT=`dirname $0`
cd "$ROOT/.."
export IS_GENERIC_BROWSER=1
export PORT=3001
export REACT_APP_BACKEND_WORKER_HASH="dev"
yarn start