use @ for imports

This commit is contained in:
Matteo Rosati
2026-01-24 19:58:27 +01:00
parent cbca9dabf6
commit f2deb162df
8 changed files with 11255 additions and 21 deletions

View File

@@ -1,8 +1,10 @@
import { defineConfig } from 'vite';
import path from 'path';
export default defineConfig({
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),
lucide: "lucide/dist/esm/lucide/src/lucide.js",
},
},