mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 17:59:28 +08:00
react + updates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import preact from '@preact/preset-vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import path from 'path'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [preact()],
|
||||
plugins: [react()],
|
||||
esbuild: {
|
||||
legalComments: 'external',
|
||||
},
|
||||
|
Reference in New Issue
Block a user