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 72b9448 commit 9c8da66Copy full SHA for 9c8da66
3 files changed
.gitignore
@@ -68,4 +68,3 @@ switch_product_ids.json
68
69
# AI tools
70
.claude
71
-test.sh
backend/config/config_manager.py
@@ -98,7 +98,6 @@ class NetplayICEServer(TypedDict):
98
credential: NotRequired[str]
99
100
101
-# needed for streaming
102
class StreamingContainer(TypedDict):
103
platform: str
104
host: str
env.template
@@ -149,4 +149,4 @@ DEV_SQL_ECHO=false
149
SENTRY_DSN=
150
151
# Emulator Broker Integration
152
-BROKER_SECRET=
+BROKER_SECRET=
0 commit comments