Skip to content

Commit 9c8da66

Browse files
committed
lttle cleaning
1 parent 72b9448 commit 9c8da66

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,3 @@ switch_product_ids.json
6868

6969
# AI tools
7070
.claude
71-
test.sh

backend/config/config_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ class NetplayICEServer(TypedDict):
9898
credential: NotRequired[str]
9999

100100

101-
# needed for streaming
102101
class StreamingContainer(TypedDict):
103102
platform: str
104103
host: str

env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ DEV_SQL_ECHO=false
149149
SENTRY_DSN=
150150

151151
# Emulator Broker Integration
152-
BROKER_SECRET=
152+
BROKER_SECRET=

0 commit comments

Comments
 (0)