mirror of
https://github.com/Blah-IM/Weblah.git
synced 2025-07-30 00:42:41 +00:00
chore: Remove @melt/* dependencies.
Decided to use bits-ui for now, but prefer new Rune-compatible version of melt once it has more components.
This commit is contained in:
parent
cfc6ef2bf9
commit
bfcee3aceb
3 changed files with 1 additions and 58 deletions
|
@ -1,13 +1,12 @@
|
|||
import adapter from '@sveltejs/adapter-auto';
|
||||
import zAdapter from '@zeabur/svelte-adapter';
|
||||
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
||||
import { preprocessMeltUI, sequence } from '@melt-ui/pp';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
||||
// for more information about preprocessors
|
||||
preprocess: sequence([vitePreprocess(), preprocessMeltUI()]),
|
||||
preprocess: vitePreprocess(),
|
||||
|
||||
kit: {
|
||||
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue