@qdbidetu/dsh-coach-bundle 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cordis.patch.yml +7 -0
- package/package.json +1 -1
package/cordis.patch.yml
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# DSH Coach overlay. It assumes the official `web` profile already supplies
|
|
2
2
|
# dsh-base, dsh-web-app, Typert, Gateway, WebServer, and the Client roster.
|
|
3
|
+
# The official Web bundle's modules row is a dual-face host plugin. Its Node
|
|
4
|
+
# half registers the `/plugins` route through `webServer`, so this overlay
|
|
5
|
+
# supplies the dependency explicitly before the row can initialize.
|
|
6
|
+
- id: modules
|
|
7
|
+
name: '@deepseek-ai/dsh-client-modules'
|
|
8
|
+
inject: [webServer]
|
|
9
|
+
|
|
3
10
|
- insert:
|
|
4
11
|
- id: coach-web
|
|
5
12
|
name: '@qdbidetu/dsh-coach-web'
|