From 972a63f87fa5cd55855848f088cee2a6aabfd95a Mon Sep 17 00:00:00 2001 From: Guido Flohr Date: Sat, 1 Feb 2025 22:47:57 +0200 Subject: [PATCH] shut up deno Unlike other JavaScript runtimes, deno wants to explicitly set the type to "commonjs". --- apps/server/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/server/package.json b/apps/server/package.json index 63b9739..0c154bf 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -5,6 +5,7 @@ "type": "git", "url": "git+https://github.com/gflohr/e-invoice-eu.git" }, + "type": "commonjs", "homepage": "https://github.com/gflohr/e-invoice-eu", "author": "Guido Flohr (http://www.guido.flohr.net/)", "dependencies": {