feat: add remote-first education work lake
This commit is contained in:
parent
ac9d051778
commit
333cd222c5
43 changed files with 923 additions and 74 deletions
|
|
@ -10,6 +10,7 @@
|
|||
"prebuild": "pnpm test:native-authority && pnpm test:native-core",
|
||||
"build": "tsc -b && vite build",
|
||||
"build:team-foundation": "VITE_HOLOLAKE_DISTRIBUTION=team-foundation tsc -b && VITE_HOLOLAKE_DISTRIBUTION=team-foundation vite build && node scripts/finalize-team-foundation-build.mjs",
|
||||
"build:education": "tsc -b && vite build --base=/jd/education/",
|
||||
"agent-docs": "node scripts/build-agent-docs.mjs",
|
||||
"bundle-mcp": "node scripts/bundle-mcp-server.mjs",
|
||||
"docs:dev": "vitepress dev site --host 127.0.0.1",
|
||||
|
|
|
|||
Loading…
Reference in a new issue