From b3379a215afab01001e722830e7ad9da0a7752d7 Mon Sep 17 00:00:00 2001 From: u011409356 Date: Tue, 19 Mar 2024 18:09:00 +0800 Subject: [PATCH] Tue Mar 19 18:09:00 CST 2024 inscode --- .inscode | 4 ++++ index.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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" diff --git a/index.ts b/index.ts index df8a3b5..2edc436 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,2 @@ -const s: string = "欢迎来到 InsCode"; +const s: string = "来到 InsCode"; console.log(s); -- GitLab