From 9ca9c2dcdc715884833c6fe1446edf73038c2d4b Mon Sep 17 00:00:00 2001 From: tinyu5 Date: Wed, 25 Oct 2023 16:46:00 +0800 Subject: [PATCH] Wed Oct 25 16:46: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