fix the docker path
This commit is contained in:
parent
0844df5b3a
commit
72e5479e8f
@ -27,7 +27,6 @@ yarn-error.log*
|
|||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env*.local
|
.env*.local
|
||||||
.env
|
|
||||||
|
|
||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
@ -327,4 +327,8 @@ const newSunoApi = async (cookie: string) => {
|
|||||||
return await sunoApi.init();
|
return await sunoApi.init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (! process.env.SUNO_COOKIE) {
|
||||||
|
console.log("Environment does not contain SUNO_COOKIE.", process.env)
|
||||||
|
}
|
||||||
|
|
||||||
export const sunoApi = newSunoApi(process.env.SUNO_COOKIE || '');
|
export const sunoApi = newSunoApi(process.env.SUNO_COOKIE || '');
|
||||||
|
Loading…
Reference in New Issue
Block a user