mirror of
https://github.com/DerTyp7/tealfire-website.git
synced 2025-10-29 12:52:11 +01:00
first commit
This commit is contained in:
15
vite.config.ts
Normal file
15
vite.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
// aliases
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': '/src',
|
||||
'@styles': '/src/styles',
|
||||
'@components': '/src/components',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user