setup fixes

This commit is contained in:
mrfry 2023-03-26 20:43:40 +02:00
parent 4d3fd3a0af
commit a4b5dcff37
5 changed files with 84 additions and 102 deletions

View file

@ -51,4 +51,4 @@ const DbStruct = {
},
}
export default DbStruct
exports = DbStruct

View file

@ -18,7 +18,7 @@
------------------------------------------------------------------------- */
const DBStruct = {
const DbStruct = {
users: {
tableStruct: {
id: {
@ -96,4 +96,5 @@ const DBStruct = {
},
},
}
export default DBStruct
exports = DbStruct