We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I use v0.18.6 it working. But I upgrade to v19.0.0 then not working
I create a new file belongsto dirs but the auto-imports.d.ts file not update
dirs
auto-imports.d.ts
vite.config.mts
AutoImport({ imports: ['vue', 'vue-router'], dirs: ['./resources/ts/composables/**', './resources/ts/api/**', 'resources/ts/stores', './resources/ts/utils'], dts: true, viteOptimizeDeps: true, vueTemplate: true, injectAtEnd: true, }),
System: OS: macOS 14.7.1 CPU: (10) arm64 Apple M1 Max Memory: 156.41 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 10.8.2 - ~/.nvm/versions/node/v20.17.0/bin/npm pnpm: 9.12.2 - ~/Library/pnpm/pnpm Browsers: Chrome: 131.0.6778.265 Safari: 18.1
yarn
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I use v0.18.6 it working. But I upgrade to v19.0.0 then not working
I create a new file belongsto
dirs
but theauto-imports.d.ts
file not updatevite.config.mts
Reproduction
I create a new file belongsto
dirs
but theauto-imports.d.ts
file not updateSystem Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: