Skip to content

Commit

Permalink
feat: Updated index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Oct 15, 2023
1 parent 52669d4 commit 3b2b6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { $ } from "zx";
import { exec } from "child_process";
import { writeFile } from "./lib";
import { consola } from "./utils";
import consola from 'consola';

async function main() {
let isInstalled = false;
Expand Down

0 comments on commit 3b2b6db

Please sign in to comment.