From 3d50fde0eb56afdc84404264e7d454678323b800 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 2 Dec 2025 09:02:26 +0800 Subject: [PATCH] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c8562ae..0ad1f01 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@kevisual/apps-template", + "name": "@kevisual/noco-auto", "version": "0.0.1", "description": "", "main": "index.js", @@ -9,7 +9,7 @@ "build:web": "cd frontend && pnpm build", "serve": "cd backend && bun run src/main.ts", "init": "git submodule update --init --recursive", - "clean:module": "rm .gitmodules -rf && sh demodules.sh" + "clean:module": "sh demodules.sh" }, "keywords": [], "author": "abearxiong (https://www.xiongxiao.me)",