feat: playing and pausing

This commit is contained in:
2025-04-17 22:32:37 +00:00
parent af980e74d4
commit 7bd1031e27
23 changed files with 554 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import adapter from "@sveltejs/adapter-cloudflare";
import adapter from "@sveltejs/adapter-auto";
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
/** @type {import('@sveltejs/kit').Config} */