frontend/script/develop

10 lines
125 B
Bash
Executable File

#!/bin/sh
# Run the frontend development server
# Stop on errors
set -e
cd "$(dirname "$0")/.."
yarn run-task develop-app