From 518445dee1503922c3eaf247348c37c2f830efa6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 10 Jan 2026 15:01:21 +0100 Subject: [PATCH] Initial commit - Virome API --- README.md | 4 ++++ deno.json | 10 +++++++++- ui.ts | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e52b2d7..205d75b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A music API built with Deno for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm.

+

+ Live Demo +

+ --- ## Overview diff --git a/deno.json b/deno.json index 9b4aea2..fc10937 100644 --- a/deno.json +++ b/deno.json @@ -10,5 +10,13 @@ }, "compilerOptions": { "strict": true + }, + "deploy": { + "project": "85252de3-9b36-4d8b-b250-e491b4131838", + "exclude": [ + "**/node_modules" + ], + "include": [], + "entrypoint": "mod.ts" } -} +} \ No newline at end of file diff --git a/ui.ts b/ui.ts index 96d5627..397a972 100644 --- a/ui.ts +++ b/ui.ts @@ -229,6 +229,7 @@ export const html = `