From 5db91db006b49e8dc252b533464b5eecc7a1050e Mon Sep 17 00:00:00 2001 From: cs20140905 Date: Sun, 5 May 2024 19:57:00 +0800 Subject: [PATCH] Sun May 5 19:57:00 CST 2024 inscode --- .inscode | 6 +++++- config0.js | 0 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 config0.js diff --git a/.inscode b/.inscode index ecc8bdd..e177731 100644 --- a/.inscode +++ b/.inscode @@ -1,6 +1,10 @@ run = "npm i && npm run dev" +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" diff --git a/config0.js b/config0.js new file mode 100644 index 0000000..e69de29 -- GitLab