FuelBoard Copy Editor: web editor + Save & Build for Localizable.strings

This commit is contained in:
FuelBoard Contributor
2026-08-13 12:16:05 +01:00
commit d47e4f2ead
5 changed files with 517 additions and 0 deletions
Executable
+8
View File
@@ -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