chore: Remove @melt/* dependencies.
Some checks failed
Build & Test / build (20.x) (push) Has been cancelled
Build & Test / build (22.x) (push) Has been cancelled

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:
Shibo Lyu 2025-04-24 02:20:43 +08:00
parent cfc6ef2bf9
commit bfcee3aceb
3 changed files with 1 additions and 58 deletions

View file

@ -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.