From f322daeee279189f597e4883d012d4596b5771a1 Mon Sep 17 00:00:00 2001 From: "pattishin@google.com" Date: Wed, 14 Feb 2024 11:34:25 -0800 Subject: [PATCH] fix: adding in type:module in package.docs.json --- run/helloworld/package.docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/run/helloworld/package.docs.json b/run/helloworld/package.docs.json index 44ee6235b2..8661600a08 100644 --- a/run/helloworld/package.docs.json +++ b/run/helloworld/package.docs.json @@ -4,6 +4,7 @@ "version": "1.0.0", "private": true, "main": "index.js", + "type": "module", "scripts": { "start": "node index.js" },