mirror of
https://github.com/silicoflare/confidant.git
synced 2026-05-26 12:45:24 +05:30
feat: remove complete dependency on bun to be able to compile to .js
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#!/bin/env bun
|
||||
#!/bin/env node
|
||||
|
||||
import { input, password } from "@inquirer/prompts";
|
||||
import { $ } from "bun";
|
||||
import chalk from "chalk-template";
|
||||
import { Command } from "commander";
|
||||
import { decrypt_vault, encrypt_vault, initialize, reset } from "./src/main";
|
||||
@@ -18,7 +17,6 @@ import {
|
||||
|
||||
const program = new Command();
|
||||
const { exit } = process;
|
||||
$.nothrow();
|
||||
|
||||
program.name("confidant").description("Creates a very secure file vault.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user