From 49fbc819cfd06e1397d998c1b31b2e8d1c6ca8ec Mon Sep 17 00:00:00 2001 From: maslow Date: Sun, 22 Jan 2023 15:44:37 +0800 Subject: [PATCH] fix(runtime): fix build error of runtime-node (#670) --- runtimes/nodejs/src/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/runtimes/nodejs/src/config.ts b/runtimes/nodejs/src/config.ts index 1bc79aacde..1c81685933 100644 --- a/runtimes/nodejs/src/config.ts +++ b/runtimes/nodejs/src/config.ts @@ -1,4 +1,3 @@ -import * as path from "path"; import * as dotenv from "dotenv"; /**