style: fix Vite and React branding (#12768)

This commit is contained in:
Kotkoroid
2025-02-22 11:30:31 +01:00
committed by GitHub
parent d7b998fe71
commit ddc469367a
11 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
const host = process.env.TAURI_DEV_HOST
// https://vitejs.dev/config/
// https://vite.dev/config/
export default defineConfig({
plugins: [Unocss(), svelte()],
build: {
@@ -23,7 +23,7 @@ export default defineConfig({
},
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
// prevent vite from obscuring rust errors
// prevent Vite from obscuring rust errors
clearScreen: false,
// tauri expects a fixed port, fail if that port is not available
server: {