mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
combine hub and agent repos
This commit is contained in:
15
hub/site/vite.config.ts
Normal file
15
hub/site/vite.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
esbuild: {
|
||||
legalComments: 'external',
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user