Skip to content

Commit

Permalink
Remove functions.log (skip deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Sep 29, 2023
1 parent fc77e47 commit 055a0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/functions/scripts/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ void async function() {
process.env.ETHEREUM_BEACON_RPC_URL = process.env.ETHEREUM_BEACON_RPC_URL || 'http://127.0.0.1:5002'

process.env.USE_LOGS = process.env.USE_LOGS || 'false'
run(`npx esno -r dotenv/config src/index.ts${process.env.USE_LOGS === 'true' ? ' >> functions.log' : ''}`)
run('npx esno -r dotenv/config src/index.ts')
console.log('🔗 Functions service started')
}()

0 comments on commit 055a0ea

Please sign in to comment.