log info about plugin installation

This commit is contained in:
wobsoriano
2022-11-02 09:34:16 -07:00
parent 182875a781
commit 0c44f73c9f
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ export default defineNuxtConfig({
modules: [Module],
runtimeConfig: {
baseURL: '',
public: {
trpc: {
installPlugin: false
}
}
},
typescript: {
strict: true,