From 19e49bf19d48c63ef7f539cdd2a171451858e770 Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Thu, 28 Mar 2024 11:25:01 +0100 Subject: [PATCH] Fix to stable importmap --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index e509330..810ddf7 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "_publicImportMap": "./importmap.dev.json", + "_publicImportMap": "./importmap.json", "importMap": "./.datex-cache/importmap.lock.json", "compilerOptions": { "jsx": "react-jsx",