more frontend work

This commit is contained in:
Jackzie 2025-04-14 19:15:16 -05:00
parent 6862d55206
commit de6301c13b
8 changed files with 218 additions and 1283 deletions

View file

@ -3,6 +3,7 @@ import tailwindcss from '@tailwindcss/vite';
import { paraglideVitePlugin } from '@inlang/paraglide-js';
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
import Icons from 'unplugin-icons/vite'
export default defineConfig({
plugins: [
@ -11,6 +12,9 @@ export default defineConfig({
paraglideVitePlugin({
project: './project.inlang',
outdir: './src/lib/paraglide'
} ),
Icons( {
compiler: 'svelte',
})
],
test: {