fix(examples): own repository plugin startup order

This commit is contained in:
Tianyi Cui
2026-07-30 06:30:09 +08:00
parent a7b84bec68
commit a0aed8a19f
2 changed files with 14 additions and 4 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
- id: cli-mock-llm
name: './cli-mock-llm.ts'
- id: repository-plugin-runtime
name: '@deepseek-ai/dsh-repository-plugin'
- id: repository-plugin-fixture
name: './repository-plugin/dsh-plugin.mjs'
name: './repository-plugin/load.mjs'
- id: base
name: '@cordisjs/plugin-include'