mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-13 20:43:18 +00:00
more frontend work
This commit is contained in:
parent
6862d55206
commit
de6301c13b
8 changed files with 218 additions and 1283 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue