rewrite module to typescript
This commit is contained in:
13
src/upgrades.ts
Normal file
13
src/upgrades.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default [
|
||||
/*
|
||||
* Place your upgrade scripts here
|
||||
* Remember that once it has been added it cannot be removed!
|
||||
*/
|
||||
// function (context, props) {
|
||||
// return {
|
||||
// updatedConfig: null,
|
||||
// updatedActions: [],
|
||||
// updatedFeedbacks: [],
|
||||
// }
|
||||
// },
|
||||
]
|
||||
Reference in New Issue
Block a user