do some mini cleany cleany

This commit is contained in:
Darius
2025-09-26 21:54:16 +02:00
parent cc5ecaf8e0
commit 42ad079589
6 changed files with 13 additions and 9 deletions

View File

@@ -9,4 +9,9 @@ export const Config = {
client_secret: process.env.CLIENT_SECRET || "",
channels: process.env.CHANNELS?.split(",") || [],
developers: process.env.DEVELOPERS?.split(",") || [],
tidal: {
host: process.env.TIDAL_HOST || "",
port: process.env.TIDAL_PORT || "",
},
} as const;