feature: Adding support for Github codespaces (#25)
* Adding support for codespaces Signed-off-by: Alex Yong <alexjyong@gmail.com> * feat: allowing this to be ran in automated contexts Signed-off-by: Alex Yong <alexjyong@gmail.com> * Update devcontainer.json Signed-off-by: Alex Yong <alexjyong@gmail.com> * 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 <alexjyong@gmail.com>
This commit is contained in:
parent
7009c90832
commit
c7f0f9c70e
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue