mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-01 12:33:33 +00:00
@@ -20,6 +20,9 @@ import {
|
||||
normalizeOutputFiletype,
|
||||
} from "./helpers/normalizeFiletype";
|
||||
|
||||
import { version } from "../package.json";
|
||||
console.log(`ConvertX v${version}`);
|
||||
|
||||
const db = new Database("./data/mydb.sqlite", { create: true });
|
||||
const uploadsDir = "./data/uploads/";
|
||||
const outputDir = "./data/output/";
|
||||
|
||||
Reference in New Issue
Block a user