mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
progress on client site
This commit is contained in:
12
site/vite.config.ts
Normal file
12
site/vite.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import preact from '@preact/preset-vite'
|
||||
import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [preact()],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user