mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export const MUSIC_DIR = Deno.env.get("MUSIC_DIR") ?? "/music";
|