24 lines
233 B
JavaScript
24 lines
233 B
JavaScript
module.exports = {
|
|
async activated(opts) {
|
|
|
|
},
|
|
async deactivated(opts) {
|
|
|
|
},
|
|
async init(opts) {
|
|
|
|
},
|
|
async created(opts) {
|
|
|
|
},
|
|
async updated(opts) {
|
|
|
|
},
|
|
async deleted(opts) {
|
|
|
|
},
|
|
async renamed(opts) {
|
|
|
|
}
|
|
}
|