FuelBoard Copy Editor: web editor + Save & Build for Localizable.strings
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# FuelBoard Copy Editor launcher
|
||||
set -euo pipefail
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
PORT="${EDITOR_PORT:-8790}"
|
||||
export PORT
|
||||
exec python3 editor.py
|
||||
Reference in New Issue
Block a user