feat(notification): add plugin (#326)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-02 09:09:50 -07:00
committed by GitHub
parent 864b9d790f
commit e9bbe94181
34 changed files with 1536 additions and 8 deletions
+9
View File
@@ -128,6 +128,15 @@
"manager": "javascript-disabled"
},
"notification": {
"path": "./plugins/notification",
"manager": "rust-disabled"
},
"notification-js": {
"path": "./plugins/notification",
"manager": "javascript-disabled"
},
"persisted-scope": {
"path": "./plugins/persisted-scope",
"manager": "rust"