Add vite lucide preprocessor

This commit is contained in:
2025-08-30 13:10:22 +02:00
parent 036a61aac8
commit b5804bc9e0
3 changed files with 10 additions and 4 deletions

View File

@ -3,11 +3,13 @@ import tailwindcss from "@tailwindcss/vite";
import { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";
import path from "path";
import lucidePreprocess from "vite-plugin-lucide-preprocess";
const host = process.env.TAURI_DEV_HOST;
export default defineConfig({
plugins: [
lucidePreprocess(),
paraglideVitePlugin({
project: "./project.inlang",
outdir: "./src/paraglide",