Rafael Oliveira
Rafael Oliveira
> @rafael-lua Try using the workspace ts version and see if the issue persists:  If the issue's gone, try filing an issue in https://github.com/microsoft/TypeScript or https://github.com/vuejs/language-tools. I already tried...
> @rafael-lua After changing to 5.0.4, did you reload vscode? Yep. I already tried reloading vscode, volar server, WSL. For both versions (workspace and vscode). And by default I used...
> @rafael-lua You mean the latest version of `unplugin-auto-import` and `unplugin-vue-components` can't work together? If so, what's inside `auto-imports.d.ts` generated by the latest `unplugin-auto-import`? Yes, that is it. In the...
@wenfangdu In this case, the code would be duplicated, no? Well, I tried changing here, but no results. Tried to remove as well, no good. However, removing the other block...
@lincenying Unfortunately, there isn't =/ It is a fresh new project.
@wenfangdu Upgraded, and unfortunately the issue still persists. But instead of `any`, it shows `unknown`. 
> @rafael-lua , in your AutoImport config inside `vite.config.ts`, you can set dts to something like `zzzauto-imports.d.ts` and it will work. I guess it takes them in alphabetic order. Wow,...
> Be sure to watch it, I'll post one PR later for the focus problem when uploading your game onto kongregate I don't believe, someone actually did it! This is...
@amitUpscale I did, and it seems to have worked well for now. For esbuild-serverless configuration, we have: ```yaml esbuild: bundle: true minify: false sourcemap: external # we had to set...
Did you create the SUPABASE_URL env in the netlify configuration? 