From e25c32719f7b7e730a316eaa54c43ff7fafe026e Mon Sep 17 00:00:00 2001 From: tengfei0412 Date: Mon, 25 Dec 2023 15:12:28 +0800 Subject: [PATCH] Auto Commit --- .inscode | 4 ++++ index.ts | 1 + 2 files changed, 5 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" diff --git a/index.ts b/index.ts index df8a3b5..2400faa 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,3 @@ const s: string = "欢迎来到 InsCode"; console.log(s); +console.log('------------------------') -- GitLab