feat(core): initialize project with access control and AI integration

This commit is contained in:
ZhenYi 2026-05-10 21:06:56 +08:00
parent ba2490dab4
commit 2a7c8f0ff2

View File

@ -5,7 +5,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "node script/build.js", "build": "vite build",
"lint": "eslint .", "lint": "eslint .",
"format": "prettier --write \"**/*.{ts,tsx}\"", "format": "prettier --write \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit", "typecheck": "tsc --noEmit",