From 4e40ca7beac1fb9923f3830761168a0064deebd2 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 6 Apr 2025 08:21:58 +0200 Subject: [PATCH] Add Dyno settings, for the version info --- import_map.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/import_map.json b/import_map.json index 7398dc6..daca291 100644 --- a/import_map.json +++ b/import_map.json @@ -13,6 +13,7 @@ "svelte": "npm:svelte@5.0.x", "flowbite": "npm:flowbite@2.2.x", "flowbite-svelte": "npm:flowbite-svelte@0.44.x", - "flowbite-svelte-icons": "npm:flowbite-svelte-icons@2.0.x" + "flowbite-svelte-icons": "npm:flowbite-svelte-icons@2.0.x", + "child_process": "node:child_process" } } \ No newline at end of file