You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a problem with the lint fixing part of npm scripts. We are working on a project with vite and it changes this vite-env.d.ts in such a way that it no longer builds:
/// <reference types="vite/client" />
it changes that to:
// / <reference types="vite/client" />
The text was updated successfully, but these errors were encountered:
I am having a problem with the lint fixing part of npm scripts. We are working on a project with vite and it changes this vite-env.d.ts in such a way that it no longer builds:
/// <reference types="vite/client" />
it changes that to:
// / <reference types="vite/client" />
The text was updated successfully, but these errors were encountered: