From 2cf38c65902f0930769a0e60091c4b01401fe58d Mon Sep 17 00:00:00 2001 From: qq_73547057 Date: Tue, 19 Dec 2023 00:11:00 +0800 Subject: [PATCH] Tue Dec 19 00:11:00 CST 2023 inscode --- .inscode | 4 ++++ src/App.vue | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) 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..f759bdc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,6 +2,75 @@ import HelloWorld from './components/HelloWorld.vue' import TheWelcome from './components/TheWelcome.vue' + + + + +