Initial commit

This commit is contained in:
2023-10-30 20:36:51 -04:00
committed by GitHub
commit 03706849b3
12 changed files with 215 additions and 0 deletions

13
upgrades.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = [
/*
* Place your upgrade scripts here
* Remember that once it has been added it cannot be removed!
*/
// function (context, props) {
// return {
// updatedConfig: null,
// updatedActions: [],
// updatedFeedbacks: [],
// }
// },
]