feat: refactor navbar with Bulma

This commit is contained in:
hermes
2026-06-29 08:29:03 +00:00
parent 078ea0fb4b
commit 28c40db564
6 changed files with 56 additions and 46 deletions

View File

@@ -1,8 +1,8 @@
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import { svelte, vitePreprocess } from '@sveltejs/vite-plugin-svelte';
export default defineConfig({
plugins: [svelte()],
plugins: [svelte({ preprocess: vitePreprocess() })],
server: {
proxy: {
'/config': {