mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
split between userConfig and userAccount
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react-swc';
|
||||
import checker from 'vite-plugin-checker';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
plugins: [react(), checker({ typescript: true })],
|
||||
base: '/',
|
||||
server: {
|
||||
host: true,
|
||||
|
||||
Reference in New Issue
Block a user