We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea78a6d commit 2a63270Copy full SHA for 2a63270
plain-dev/plain/dev/core.py
@@ -68,6 +68,7 @@ def setup(
68
self.plain_env = {
69
"PYTHONUNBUFFERED": "true",
70
"PLAIN_DEV": "true",
71
+ "FORCE_COLOR": "1",
72
**os.environ,
73
}
74
plain-dev/plain/dev/services.py
@@ -39,6 +39,7 @@ def run(self) -> None:
39
env = {
40
41
42
43
**data.get("env", {}),
44
45
self.poncho.add_process(name, data["cmd"], env=env)
0 commit comments