Files
frontend/gallery/script/develop_gallery
2025-05-28 14:50:25 +02:00

10 lines
112 B
Bash
Executable File

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