mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-19 09:42:59 +05:30
(chore): migrated to react v19 tailwindcss v4 and shadcn v2.6 and bumped up deps
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
import path from "path"
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
// @ts-expect-error process is a nodejs global
|
||||
const host = process.env.TAURI_DEV_HOST;
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(async () => ({
|
||||
plugins: [react()],
|
||||
plugins: [react(), tailwindcss()],
|
||||
|
||||
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user