mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-29 10:04:43 +08:00
update: hooks, web
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import preact from '@preact/preset-vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [preact()],
|
||||
plugins: [react()],
|
||||
resolve: { tsconfigPaths: true },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user