parent
5952103bcd
commit
4dcb796e1b
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ import {
|
||||||
normalizeOutputFiletype,
|
normalizeOutputFiletype,
|
||||||
} from "./helpers/normalizeFiletype";
|
} from "./helpers/normalizeFiletype";
|
||||||
|
|
||||||
|
import { version } from "../package.json";
|
||||||
|
console.log(`ConvertX v${version}`);
|
||||||
|
|
||||||
const db = new Database("./data/mydb.sqlite", { create: true });
|
const db = new Database("./data/mydb.sqlite", { create: true });
|
||||||
const uploadsDir = "./data/uploads/";
|
const uploadsDir = "./data/uploads/";
|
||||||
const outputDir = "./data/output/";
|
const outputDir = "./data/output/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue