Add .env support to make life easier
This commit is contained in:
parent
78ad0761b3
commit
79a833133c
7 changed files with 16 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
#!/usr/bin/env -S node --env-file-if-exists=.env
|
||||
|
||||
import {findItemGTID} from '../lib/api/xivapi.js';
|
||||
import {getMediawikiClient} from '../lib/config.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue