Update config.js
Browse files
config.js
CHANGED
@@ -15,6 +15,8 @@ if (!dbUri && !HUGGING_TOKEN && !GoogleAPIKey) {
|
|
15 |
throw new Error("Missing variables required");
|
16 |
}
|
17 |
|
|
|
|
|
18 |
export {
|
19 |
dbUri,
|
20 |
HUGGING_TOKEN,
|
|
|
15 |
throw new Error("Missing variables required");
|
16 |
}
|
17 |
|
18 |
+
console.log(TiktokUrl);
|
19 |
+
|
20 |
export {
|
21 |
dbUri,
|
22 |
HUGGING_TOKEN,
|