feat: add config schema for rollbar plugins (#3404)

* feat: add config schema for rollbar plugins

* remove rollbar from create-app template
This commit is contained in:
Andrew Thauer
2020-11-26 08:30:12 -05:00
committed by GitHub
parent a5e94905e9
commit 3a201c5d54
9 changed files with 67 additions and 26 deletions
+4 -2
View File
@@ -42,6 +42,8 @@
"supertest": "^4.0.2"
},
"files": [
"dist"
]
"dist",
"config.d.ts"
],
"configSchema": "config.d.ts"
}