developers.home-assistant/script/server

9 lines
66 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
cd website
yarn start