mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
* Fix to show the notification for updating service worker * cleanup * Add release notes for PR #5963 * trigger pipeline --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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
|