use @ for imports
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user