From 4be4028b22aee7127052c89de338342706f3413e Mon Sep 17 00:00:00 2001 From: onsecurity Date: Sun, 20 Aug 2023 18:36:00 +0800 Subject: [PATCH] Sun Aug 20 18:36:00 CST 2023 inscode --- .inscode | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.inscode b/.inscode index 6018963..8993850 100644 --- a/.inscode +++ b/.inscode @@ -1,6 +1,10 @@ run = "node --enable-source-maps .build/index.js" +language = "node" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" -- GitLab