mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
NODE_DEBUG -> DEBUG 💥
This commit is contained in:
parent
61e7d14531
commit
d7e439b948
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
const DEV = process.env.NODE_ENV === 'dev'
|
||||
const DEBUG = process.env.NODE_DEBUG === 'hafas-client'
|
||||
const DEBUG = process.env.DEBUG === 'hafas-client'
|
||||
|
||||
const {join} = require('path')
|
||||
const createHash = require('create-hash')
|
||||
|
|
Loading…
Add table
Reference in a new issue