First stable version

This commit is contained in:
2026-03-08 07:50:38 +01:00
parent 7bbd179fa4
commit 3a4ba2ca6f
44 changed files with 1096 additions and 789 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
export const AppData = {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AppData = void 0;
exports.AppData = {
ConfigFileName: "bun-sqlite.config.ts",
MaxBackups: 10,
DefaultBackupDirName: ".backups",
+4 -2
View File
@@ -1,5 +1,7 @@
import path from "path";
export default function grabDirNames() {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = grabDirNames;
function grabDirNames() {
const ROOT_DIR = process.cwd();
return {
ROOT_DIR,