Skip to content

Commit

Permalink
🧪 alright lets see what happens here round 3
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Aug 24, 2024
1 parent e5f08b4 commit a960c4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
function setupConfig() {
console.log('process.env.DEVRUN', process.env.DEVRUN)
if (process.env.DEVRUN === 'true' && !process.env.CI)
return { host: 'http://localhost:3000' }
else
Expand Down

0 comments on commit a960c4e

Please sign in to comment.