Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.setCurrentVersion = exports.getCurrentVersion = void 0;
|
||||
let moduleVersion = "3.20.0";
|
||||
const getCurrentVersion = () => moduleVersion;
|
||||
exports.getCurrentVersion = getCurrentVersion;
|
||||
const setCurrentVersion = version => {
|
||||
moduleVersion = version;
|
||||
};
|
||||
exports.setCurrentVersion = setCurrentVersion;
|
||||
//# sourceMappingURL=version.js.map
|
||||
Reference in New Issue
Block a user