From 1e8a98e0b2cc6e07f18f2299db9fda0849788bee Mon Sep 17 00:00:00 2001 From: Jaydan Urwin Date: Tue, 24 Sep 2024 15:22:58 -0600 Subject: [PATCH] file server --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bdb50d75..ef6ac266 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,5 +38,5 @@ jobs: uses: denoland/deployctl@v1 with: project: "jaydanurwin-odyssey-the-23" - entrypoint: "server/entry.mjs" + entrypoint: "https://jsr.io/@std/http/1.0.7/file_server.ts" root: "dist"