mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
1. Removed some more unused scripts 2. Simplified the way we build `version` in to the source
11 lines
147 B
Bash
Executable File
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
|