Merge branch 'main' into partners-catalog

This commit is contained in:
Jesse Winton
2025-04-29 14:13:28 -04:00
567 changed files with 11268 additions and 5960 deletions

View File

@@ -1,9 +1,9 @@
import { dirname, join } from 'path';
import { fileURLToPath } from 'url';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import { preprocessMeltUI, sequence } from '@melt-ui/pp';
import { markdoc } from 'svelte-markdoc-preprocess';
import nodeAdapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
import { dirname, join } from 'path';
import { markdoc } from 'svelte-markdoc-preprocess';
import { fileURLToPath } from 'url';
/** @type {import('@sveltejs/kit').Config}*/
const config = {