From a82fb1289ca1b69323b9a1917e5a42f1e0f0efea Mon Sep 17 00:00:00 2001 From: kinghzking Date: Thu, 9 Nov 2023 15:08:00 +0800 Subject: [PATCH] Thu Nov 9 15:08:00 CST 2023 inscode --- .inscode | 4 ++++ test/leaflet.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 test/leaflet.html 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/test/leaflet.html b/test/leaflet.html new file mode 100644 index 0000000..063707b --- /dev/null +++ b/test/leaflet.html @@ -0,0 +1,30 @@ + + + + + + + + Document + + +
+ + + \ No newline at end of file -- GitLab