We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3cc8 commit 15544a8Copy full SHA for 15544a8
bun.lockb
-344 Bytes
package.json
@@ -30,7 +30,6 @@
30
"cac": "^6.7.14",
31
"consola": "^3.3.3",
32
"deepmerge": "^4.3.1",
33
- "dotenv": "^16.4.7",
34
"json-stringify-pretty-compact": "^4.0.0",
35
"linkedom": "^0.18.6",
36
"p-queue": "^8.0.1",
src/cli.ts
@@ -1,5 +1,3 @@
1
-import 'dotenv/config';
2
-
3
import { cac } from 'cac';
4
import { consola } from 'consola';
5
import colors from 'picocolors';
0 commit comments