From d5b934af079c47ef3572e787ddec6fa15de647c4 Mon Sep 17 00:00:00 2001 From: InsCode Date: Wed, 16 Oct 2024 10:28:18 +0800 Subject: [PATCH] Auto Commit --- .inscode | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.inscode b/.inscode index 3112d25..f70468b 100644 --- a/.inscode +++ b/.inscode @@ -1,6 +1,10 @@ run = "index.html" +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" \ No newline at end of file +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js" -- GitLab