diff --git a/.vscode/settings.json b/.vscode/settings.json index 7c41757a7..b8d14dea7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -56,6 +56,10 @@ ], "typescript.tsdk": "node_modules/typescript/lib", + "typescript.preferences.includePackageJsonAutoImports": "off", + "typescript.suggest.autoImports": false, + "vue.server.hybridMode": true, + "vue.server.maxFileSize": 20971520, "cSpell.words": [ "appimage", "localforage" diff --git a/apps/stage-tamagotchi/src/App.vue b/apps/stage-tamagotchi/src/App.vue index ba0348bc0..257ebbea9 100644 --- a/apps/stage-tamagotchi/src/App.vue +++ b/apps/stage-tamagotchi/src/App.vue @@ -1,7 +1,8 @@