From d6431d21b7914522a0e9857a15b44595d354d5a4 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 17 May 2024 13:55:45 +0800 Subject: [PATCH] head --- .inscode | 2 +- app.vue | 5 +++++ components/i/Create.vue | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.inscode b/.inscode index 82a59be..1cae3d7 100644 --- a/.inscode +++ b/.inscode @@ -3,7 +3,7 @@ language = "node" [deployment] build = "npm i --registry=https://registry.npmmirror.com" -run = "npm run build-sw && npm run preview" +run = "npm run build-sw && node .output/server/index.mjs" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" diff --git a/app.vue b/app.vue index 03eac92..4e0c106 100644 --- a/app.vue +++ b/app.vue @@ -5,3 +5,8 @@ + \ No newline at end of file diff --git a/components/i/Create.vue b/components/i/Create.vue index 6352355..d4f04f2 100644 --- a/components/i/Create.vue +++ b/components/i/Create.vue @@ -24,7 +24,7 @@ 搜索 -- GitLab