refactor(core): log warnings for non-prod node envs

This commit is contained in:
Braks
2022-10-18 19:04:22 +02:00
parent 48366780ce
commit 395fcd2aab
10 changed files with 34 additions and 18 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "./dist",
"types": ["vite/client", "vue/macros"],
"types": ["vite", "vue/macros"],
"jsx": "preserve",
"paths": {
"~/*": ["src/*"]