First stable version
This commit is contained in:
Vendored
+4
-1
@@ -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",
|
||||
|
||||
Vendored
+4
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user