From dba0f490cc32b12d515689257b74bac7e01e57b3 Mon Sep 17 00:00:00 2001 From: theo789 Date: Mon, 14 Oct 2024 10:24:00 +0800 Subject: [PATCH] Mon Oct 14 10:24:00 CST 2024 inscode --- .inscode | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.inscode b/.inscode index 2e16125..a096644 100644 --- a/.inscode +++ b/.inscode @@ -1,5 +1,9 @@ run = "npm i -f && npm run dev" +language = "node" [deployment] build = "npm i -f && npm run build" run = "npm run preview" + +[debugger] +program = "main.js" -- GitLab