Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
Generated
Vendored
Executable
+10
@@ -0,0 +1,10 @@
|
||||
let globalParameters = {};
|
||||
export function configureGlobal(parameters) {
|
||||
globalParameters = parameters;
|
||||
}
|
||||
export function readConfigureGlobal() {
|
||||
return globalParameters;
|
||||
}
|
||||
export function resetConfigureGlobal() {
|
||||
globalParameters = {};
|
||||
}
|
||||
Reference in New Issue
Block a user