From 2a7c8f0ff2e2b400e83f0b71939f3a147d56b376 Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Sun, 10 May 2026 21:06:56 +0800 Subject: [PATCH] feat(core): initialize project with access control and AI integration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0780b7f..8229351 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "node script/build.js", + "build": "vite build", "lint": "eslint .", "format": "prettier --write \"**/*.{ts,tsx}\"", "typecheck": "tsc --noEmit",