storage controller

This commit is contained in:
Jan Prochazka
2024-06-21 11:50:29 +02:00
parent 954df821a5
commit 0c12dcaf16
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
connections_meta: true,
async connections() {
return null;
},
};