From c7f0f9c70e33a471adeab3d868e899dcffa1a2a0 Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Mon, 11 Aug 2025 13:10:30 -0400 Subject: [PATCH] feature: Adding support for Github codespaces (#25) * Adding support for codespaces Signed-off-by: Alex Yong * feat: allowing this to be ran in automated contexts Signed-off-by: Alex Yong * Update devcontainer.json Signed-off-by: Alex Yong * feat: Adding in dummy google services json file, and updating documentation * fix: typo :) * Adjusting storage bucket per feedback in Revolt Dev server. --------- Signed-off-by: Alex Yong --- scripts/download_deps.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/download_deps.ts b/scripts/download_deps.ts index 618b8233..76fddb77 100644 --- a/scripts/download_deps.ts +++ b/scripts/download_deps.ts @@ -1,6 +1,5 @@ import { resolve } from "jsr:@std/path" import { parseArgs } from "jsr:@std/cli/parse-args" -import { ZipReader, Uint8ArrayReader, Uint8ArrayWriter } from "jsr:@zip-js/zip-js" const args = parseArgs(Deno.args, { boolean: ["yes", "y", "auto-accept"],