mirror of
https://github.com/home-assistant/frontend.git
synced 2026-02-23 11:15:33 +00:00
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
# Run the gallery
|
|
|
|
# Stop on errors
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
../node_modules/.bin/webpack-dev-server
|