import { SveltePlugin } from 'bun-plugin-svelte'; await Bun.build({ entrypoints: ['src/skythread.js'], minify: false, outdir: 'dist', plugins: [SveltePlugin({ development: true })] });