feat(studio): authors/series/articles/subtopics/briefs/style-presets + agent tokens (show-once)

This commit is contained in:
2026-07-07 22:30:27 +08:00
parent 36df03baad
commit 61cb549e72
14 changed files with 1184 additions and 32 deletions

View File

@ -11,7 +11,8 @@
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"gen:api": "openapi-typescript ../gig-platform/public/api-docs/admin/openapi.yaml -o src/api/types.gen.ts"
"gen:api": "node scripts/gen-api.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^5.4.0",