From e79cab61815af44d501ee059f1e5a0150daf6c24 Mon Sep 17 00:00:00 2001 From: qq_53250255 Date: Sat, 21 Oct 2023 16:49:58 +0800 Subject: [PATCH] Auto Commit --- .inscode | 4 ++++ src/App.vue | 47 +++++++---------------------------------------- 2 files changed, 11 insertions(+), 40 deletions(-) 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/src/App.vue b/src/App.vue index 633a5df..5e2a2f2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,47 +1,14 @@ - - - + \ No newline at end of file -- GitLab