Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
Generated
Vendored
Executable
+15
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.configureGlobal = configureGlobal;
|
||||
exports.readConfigureGlobal = readConfigureGlobal;
|
||||
exports.resetConfigureGlobal = resetConfigureGlobal;
|
||||
let globalParameters = {};
|
||||
function configureGlobal(parameters) {
|
||||
globalParameters = parameters;
|
||||
}
|
||||
function readConfigureGlobal() {
|
||||
return globalParameters;
|
||||
}
|
||||
function resetConfigureGlobal() {
|
||||
globalParameters = {};
|
||||
}
|
||||
Reference in New Issue
Block a user