diff --git a/src/constants.ts b/src/constants.ts index 0e8f3b6..a5aca74 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -7,4 +7,4 @@ export const TWITCH_URI: string = "https://api.twitch.tv/helix/streams"; -export const DATAFILE: string = "data.json"; \ No newline at end of file +export const DATAPATH: string = "./data"; \ No newline at end of file