Skip to content

Commit

Permalink
debug(build): print all process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
hudy9x committed Jun 30, 2024
1 parent 7b0b766 commit f1bd47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-app/services/_req.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { messageError } from '@shared/ui'
import axios from 'axios'

console.log('=================================')
console.log('process.env.NEXT_PUBLIC_BE_GATEWAY', process.env.NEXT_PUBLIC_BE_GATEWAY)
console.log('process.env', JSON.stringify(process.env))
console.log('=================================')

const instance = axios.create({
Expand Down

0 comments on commit f1bd47b

Please sign in to comment.