fix(pockethost): constants env import default fix

This commit is contained in:
Ben Allfree 2024-07-31 02:37:33 -04:00
parent 96ab243d1c
commit 6f19be8afb

View File

@ -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'