From 2ddeb86a9821693607209f17cff19aff32810919 Mon Sep 17 00:00:00 2001 From: nvg_haru Date: Mon, 4 Dec 2023 17:52:00 +0800 Subject: [PATCH] Mon Dec 4 17:52:00 CST 2023 inscode --- .inscode | 4 ++++ vue-idle-game | 1 + 2 files changed, 5 insertions(+) create mode 160000 vue-idle-game diff --git a/.inscode b/.inscode index 70c7853..9fec957 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "npm i && npm run dev" +language = "node" [deployment] build = "npm i && npm run build" @@ -8,3 +9,6 @@ run = "npm run preview" 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/vue-idle-game b/vue-idle-game new file mode 160000 index 0000000..034b1e4 --- /dev/null +++ b/vue-idle-game @@ -0,0 +1 @@ +Subproject commit 034b1e40998d132762367ff5b55c9b9068c0dba8 -- GitLab