From 56c4ec72427cf941e72bdccd683205705d0bf81f Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Sat, 29 Jul 2023 21:21:23 -0400 Subject: [PATCH] fix config arg --- run-deploy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-deploy.tsx b/run-deploy.tsx index 89af979..4d20a1c 100644 --- a/run-deploy.tsx +++ b/run-deploy.tsx @@ -64,7 +64,7 @@ try "https://deno.land/x/deploy/deployctl.ts", "deploy", `--project=${useProject}`, - `--config=deno.json`, + `--import-map=./deno.json`, `--token=${useToken}`, serveScript ], -- 2.34.1