Antoine Le Guern

Results 1 issues of Antoine Le Guern

Hello, I followed the [vite tutorial](https://www.shadcn-vue.com/docs/installation/vite) tsconfig.json ``` "baseUrl": ".", "paths": { "@/*": ["src/*"] } ``` vite.config.ts ``` alias: { '@': path.resolve(__dirname, './src'), }, ``` But when I try to...

Stale