mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix(pockethost): constants env import default fix
This commit is contained in:
parent
96ab243d1c
commit
6f19be8afb
@ -1,7 +1,7 @@
|
||||
import { forEach } from '@s-libs/micro-dash'
|
||||
import devcert from 'devcert'
|
||||
import envPaths from 'env-paths'
|
||||
import * as env from 'env-var'
|
||||
import { default as env } from 'env-var'
|
||||
import { mkdirSync, realpathSync, writeFileSync } from 'fs'
|
||||
import { dirname, join } from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
Loading…
x
Reference in New Issue
Block a user