From 3f04162830c86ccbf5b2ca534575ebd6c50e34a8 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Mon, 9 Sep 2024 11:13:27 -0300 Subject: [PATCH] quick test: Set type module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b7f62f7c..37527e63 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "faucet", "version": "1.1.2", "description": "", + "type": "module", "main": "build/start.js", "scripts": { "build": "tsc",