Skip to content

Commit

Permalink
fix: logger import in env checker
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Nov 22, 2024
1 parent f5c2c26 commit 3609fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion check-required-env/check-required-env.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// load packages
import process from 'node:process'
import logger from 'jsr:@frytg/logger'
import logger from '@frytg/logger'

/**
* Check if an environment variable is required and log an alert and exit if it is not set.
Expand Down
2 changes: 1 addition & 1 deletion check-required-env/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "0.0.1",
"exports": "./check-required-env.ts",
"imports": {
"@frytg/logger": "jsr:@frytg/[email protected].1"
"@frytg/logger": "jsr:@frytg/[email protected].2"
}
}
11 changes: 1 addition & 10 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3609fb7

Please sign in to comment.