From 9b69a5ee7c43b46a2eafd9dc45d31dd622dfa5e0 Mon Sep 17 00:00:00 2001 From: m0_37680500 Date: Tue, 12 Sep 2023 10:10:16 +0800 Subject: [PATCH] Auto Commit --- .inscode | 4 ++++ index.html | 2 +- 2 files changed, 5 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..52f266f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite App + 有点高级 App
-- GitLab