Skip to content

Commit

Permalink
Update SignalServer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Norlandz authored Dec 29, 2023
1 parent 55f4e66 commit 8e7df00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SignalServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const ARR_VITE_DOMAIN = JSON.parse(

z.array(z.string().url()).parse(ARR_VITE_DOMAIN);
console.log('ARR_VITE_DOMAIN', ARR_VITE_DOMAIN);
if (process.env.configGuard_dotenvFlow_Overwrite !== 'configGuard_dotenvFlow_Overwrite .env.local') throw new TypeError();
if (process.env.configGuard_dotenvFlow_Overwrite !== 'configGuard_dotenvFlow_Overwrite .env.local') console.log('Not in local env || dotenvFlow didnt work');
const io = new socketioServer.Server(server, {
cors: {

Expand Down

0 comments on commit 8e7df00

Please sign in to comment.