From f824e655fbd07b4ade96020167fe6a584301a0f9 Mon Sep 17 00:00:00 2001 From: zklth Date: Thu, 21 Sep 2023 11:28:01 +0800 Subject: [PATCH] Thu Sep 21 11:28:01 CST 2023 inscode --- .inscode | 4 ++++ index.html | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 45 insertions(+), 1 deletion(-) 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/index.html b/index.html index 030a6ff..6f03918 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,45 @@
+ + + + + + + + - + + + + -- GitLab