We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361f2b1 commit a3952e1Copy full SHA for a3952e1
1 file changed
packages/cli/src/cli.tsx
@@ -1,6 +1,6 @@
1
import React from "react";
2
import { render } from "ink";
3
-import { readFileSync, existsSync } from "node:fs";
+import { readFileSync } from "node:fs";
4
import { join } from "node:path";
5
import { homedir } from "node:os";
6
import { setShellIfWindows, getProjectCode } from "@vegamo/deepcode-core";
0 commit comments