Skip to content

Commit

Permalink
Get DEBUG from environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Aug 5, 2019
1 parent 1c850c8 commit 7af4d4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const server = {
process.env.CLOUDFLARE_EMAIL
),
'process.env.CLOUDFLARE_KEY': JSON.stringify(process.env.CLOUDFLARE_KEY),
'process.env.DEBUG': JSON.stringify(process.env.DEBUG),
'process.env.NPM_REGISTRY_URL': JSON.stringify(
process.env.NPM_REGISTRY_URL
),
Expand Down

0 comments on commit 7af4d4d

Please sign in to comment.