Skip to content

Commit 296849a

Browse files
author
Gérard Collin
committed
fix: loads correct plugins
1 parent 05fa566 commit 296849a

4 files changed

Lines changed: 98 additions & 8 deletions

File tree

apps/xt-host/projects/host/public/assets/config/collinfr.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212
"display-name": "Web plugin",
1313
"version": "1.0.0",
1414
"info": {
15-
"remote-entry":"https://test.dont-code.net/apps/latest/web-plugin/remoteEntry.json"
15+
"remote-entry":"https://dont-code.net/apps/latest/web-plugin/remoteEntry.json"
1616
},
1717
"config": {}
1818
}, {
1919
"id": "International",
2020
"display-name": "International plugin",
2121
"version": "1.0.0",
2222
"info": {
23-
"remote-entry":"https://test.dont-code.net/apps/latest/intl-plugin/remoteEntry.json"
23+
"remote-entry":"https://dont-code.net/apps/latest/intl-plugin/remoteEntry.json"
2424
},
2525
"config": {}
2626
}, {
2727
"id": "Finance",
2828
"display-name": "Finance plugin",
2929
"version": "1.0.0",
3030
"info": {
31-
"remote-entry":"https://test.dont-code.net/apps/latest/finance-plugin/remoteEntry.json"
31+
"remote-entry":"https://dont-code.net/apps/latest/finance-plugin/remoteEntry.json"
3232
},
3333
"config": {}
3434
}, {
3535
"id": "Agenda",
3636
"display-name": "Agenda plugin",
3737
"version": "1.0.0",
3838
"info": {
39-
"remote-entry":"https://test.dont-code.net/apps/latest/agenda-plugin/remoteEntry.json"
39+
"remote-entry":"https://dont-code.net/apps/latest/agenda-plugin/remoteEntry.json"
4040
},
4141
"config": {}
4242
}

apps/xt-host/projects/host/public/assets/config/default.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212
"display-name": "Web plugin",
1313
"version": "1.0.0",
1414
"info": {
15-
"remote-entry":"https://test.dont-code.net/apps/latest/web-plugin/remoteEntry.json"
15+
"remote-entry":"https://dont-code.net/apps/latest/web-plugin/remoteEntry.json"
1616
},
1717
"config": {}
1818
}, {
1919
"id": "International",
2020
"display-name": "International plugin",
2121
"version": "0.5",
2222
"info": {
23-
"remote-entry":"https://test.dont-code.net/apps/latest/intl-plugin/remoteEntry.json"
23+
"remote-entry":"https://dont-code.net/apps/latest/intl-plugin/remoteEntry.json"
2424
},
2525
"config": {}
2626
}, {
2727
"id": "Finance",
2828
"display-name": "Finance plugin",
2929
"version": "0.5",
3030
"info": {
31-
"remote-entry":"https://test.dont-code.net/apps/latest/finance-plugin/remoteEntry.json"
31+
"remote-entry":"https://dont-code.net/apps/latest/finance-plugin/remoteEntry.json"
3232
},
3333
"config": {}
3434
}, {
3535
"id": "Agenda",
3636
"display-name": "Agenda plugin",
3737
"version": "1.0.0",
3838
"info": {
39-
"remote-entry":"https://test.dont-code.net/apps/latest/agenda-plugin/remoteEntry.json"
39+
"remote-entry":"https://dont-code.net/apps/latest/agenda-plugin/remoteEntry.json"
4040
},
4141
"config": {}
4242
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "https://dont-code.net/schemas/v1/repository-schema.json",
3+
"name": "Next Collinfr Repository",
4+
"description": "Repository provided by Dont-code using next versions of plugins to connect to Collinfr services",
5+
"webSocketUrl": "ws://collinfr.net/dont-code/preview",
6+
"storeApiUrl": "https://collinfr.net/dont-code/data",
7+
"projectApiUrl": "https://collinfr.net/dont-code/project",
8+
"documentApiUrl": "https://collinfr.net/dont-code/documents",
9+
"plugins": [
10+
{
11+
"id": "Web",
12+
"display-name": "Web plugin",
13+
"version": "1.0.0",
14+
"info": {
15+
"remote-entry":"https://dont-code.net/apps/next/web-plugin/remoteEntry.json"
16+
},
17+
"config": {}
18+
}, {
19+
"id": "International",
20+
"display-name": "International plugin",
21+
"version": "1.0.0",
22+
"info": {
23+
"remote-entry":"https://dont-code.net/apps/next/intl-plugin/remoteEntry.json"
24+
},
25+
"config": {}
26+
}, {
27+
"id": "Finance",
28+
"display-name": "Finance plugin",
29+
"version": "1.0.0",
30+
"info": {
31+
"remote-entry":"https://dont-code.net/apps/next/finance-plugin/remoteEntry.json"
32+
},
33+
"config": {}
34+
}, {
35+
"id": "Agenda",
36+
"display-name": "Agenda plugin",
37+
"version": "1.0.0",
38+
"info": {
39+
"remote-entry":"https://dont-code.net/apps/next/agenda-plugin/remoteEntry.json"
40+
},
41+
"config": {}
42+
}
43+
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "https://dont-code.net/schemas/v1/repository-schema.json",
3+
"name": "Next Default Repository",
4+
"description": "Repository provided by Dont-code using next versions of plugins to connect to demo services",
5+
"webSocketUrl": "ws://test.dont-code.net/demo/preview",
6+
"storeApiUrl": "https://test.dont-code.net/demo/data",
7+
"projectApiUrl": "https://test.dont-code.net/demo/project",
8+
"documentApiUrl": "https://test.dont-code.net/demo/documents",
9+
"plugins": [
10+
{
11+
"id": "Web",
12+
"display-name": "Web plugin",
13+
"version": "1.0.0",
14+
"info": {
15+
"remote-entry":"https://dont-code.net/apps/next/web-plugin/remoteEntry.json"
16+
},
17+
"config": {}
18+
}, {
19+
"id": "International",
20+
"display-name": "International plugin",
21+
"version": "1.0.0",
22+
"info": {
23+
"remote-entry":"https://dont-code.net/apps/next/intl-plugin/remoteEntry.json"
24+
},
25+
"config": {}
26+
}, {
27+
"id": "Finance",
28+
"display-name": "Finance plugin",
29+
"version": "1.0.0",
30+
"info": {
31+
"remote-entry":"https://test.dont-code.net/next/latest/finance-plugin/remoteEntry.json"
32+
},
33+
"config": {}
34+
}, {
35+
"id": "Agenda",
36+
"display-name": "Agenda plugin",
37+
"version": "1.0.0",
38+
"info": {
39+
"remote-entry":"https://test.dont-code.net/next/latest/agenda-plugin/remoteEntry.json"
40+
},
41+
"config": {}
42+
}
43+
44+
]
45+
}

0 commit comments

Comments
 (0)