@riao/dbal
Version:
13 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDatabasePath = void 0;
/**
* Get the root database path. TODO: Load from global config?
*
* @returns Returns the relative path.
*/
function getDatabasePath() {
return 'database';
}
exports.getDatabasePath = getDatabasePath;
//# sourceMappingURL=get-database-path.js.map