mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
[feature] init vite project
This commit is contained in:
16
vite.config.ts
Normal file
16
vite.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react-swc'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
resolve: {
|
||||
alias: {
|
||||
"@": "/src",
|
||||
"@components": "/src/components",
|
||||
"@styles": "/src/styles",
|
||||
"@assets": "/src/assets",
|
||||
},
|
||||
},
|
||||
plugins: [react()],
|
||||
})
|
||||
Reference in New Issue
Block a user