mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 12:07:39 -06:00
begin adding shadcn components for frontend
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import path from 'path';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user