prime-dev-cli 1.0.1 → 1.0.3

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.
Files changed (139) hide show
  1. package/bin/cli.mjs +1 -0
  2. package/config/projects.json +84 -5
  3. package/dist/server/.next/BUILD_ID +1 -1
  4. package/dist/server/.next/app-build-manifest.json +60 -53
  5. package/dist/server/.next/app-path-routes-manifest.json +8 -7
  6. package/dist/server/.next/build-manifest.json +3 -3
  7. package/dist/server/.next/cache/.rscinfo +1 -1
  8. package/dist/server/.next/cache/.tsbuildinfo +1 -1
  9. package/dist/server/.next/cache/eslint/.cache_13k185s +1 -0
  10. package/dist/server/.next/cache/eslint/.cache_1qa5vxt +1 -1
  11. package/dist/server/.next/cache/webpack/client-production/0.pack +0 -0
  12. package/dist/server/.next/cache/webpack/client-production/1.pack +0 -0
  13. package/dist/server/.next/cache/webpack/client-production/10.pack +0 -0
  14. package/dist/server/.next/cache/webpack/client-production/11.pack +0 -0
  15. package/dist/server/.next/cache/webpack/client-production/12.pack +0 -0
  16. package/dist/server/.next/cache/webpack/client-production/5.pack +0 -0
  17. package/dist/server/.next/cache/webpack/client-production/8.pack +0 -0
  18. package/dist/server/.next/cache/webpack/client-production/9.pack +0 -0
  19. package/dist/server/.next/cache/webpack/client-production/index.pack +0 -0
  20. package/dist/server/.next/cache/webpack/client-production/index.pack.old +0 -0
  21. package/dist/server/.next/cache/webpack/edge-server-production/index.pack +0 -0
  22. package/dist/server/.next/cache/webpack/server-production/0.pack +0 -0
  23. package/dist/server/.next/cache/webpack/server-production/1.pack +0 -0
  24. package/dist/server/.next/cache/webpack/server-production/2.pack +0 -0
  25. package/dist/server/.next/cache/webpack/server-production/3.pack +0 -0
  26. package/dist/server/.next/cache/webpack/server-production/4.pack +0 -0
  27. package/dist/server/.next/cache/webpack/server-production/5.pack +0 -0
  28. package/dist/server/.next/cache/webpack/server-production/index.pack +0 -0
  29. package/dist/server/.next/cache/webpack/server-production/index.pack.old +0 -0
  30. package/dist/server/.next/next-minimal-server.js.nft.json +1 -1
  31. package/dist/server/.next/next-server.js.nft.json +1 -1
  32. package/dist/server/.next/prerender-manifest.json +20 -20
  33. package/dist/server/.next/required-server-files.json +3 -3
  34. package/dist/server/.next/server/app/_not-found/page.js +1 -1
  35. package/dist/server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  36. package/dist/server/.next/server/app/_not-found.html +1 -1
  37. package/dist/server/.next/server/app/_not-found.rsc +2 -2
  38. package/dist/server/.next/server/app/api/all-projects-envs/route.js +1 -1
  39. package/dist/server/.next/server/app/api/all-projects-envs/route_client-reference-manifest.js +1 -1
  40. package/dist/server/.next/server/app/api/check-mock-intercept/route.js +1 -1
  41. package/dist/server/.next/server/app/api/check-mock-intercept/route_client-reference-manifest.js +1 -1
  42. package/dist/server/.next/server/app/api/check-workspace/route.js +14 -1
  43. package/dist/server/.next/server/app/api/check-workspace/route_client-reference-manifest.js +1 -1
  44. package/dist/server/.next/server/app/api/cleanup-project/route.js +1 -0
  45. package/dist/server/.next/server/app/api/cleanup-project/route.js.nft.json +1 -0
  46. package/dist/server/.next/server/app/api/cleanup-project/route_client-reference-manifest.js +1 -0
  47. package/dist/server/.next/server/app/api/get-mock-data/route.js +1 -1
  48. package/dist/server/.next/server/app/api/get-mock-data/route_client-reference-manifest.js +1 -1
  49. package/dist/server/.next/server/app/api/initialize-workspace/route.js +16 -3
  50. package/dist/server/.next/server/app/api/initialize-workspace/route_client-reference-manifest.js +1 -1
  51. package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route.js +3 -3
  52. package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route_client-reference-manifest.js +1 -1
  53. package/dist/server/.next/server/app/api/microapp-proxy-config/route.js +2 -2
  54. package/dist/server/.next/server/app/api/microapp-proxy-config/route_client-reference-manifest.js +1 -1
  55. package/dist/server/.next/server/app/api/mock-file/route.js +2 -2
  56. package/dist/server/.next/server/app/api/mock-file/route_client-reference-manifest.js +1 -1
  57. package/dist/server/.next/server/app/api/mock-file-content/route.js +1 -1
  58. package/dist/server/.next/server/app/api/mock-file-content/route_client-reference-manifest.js +1 -1
  59. package/dist/server/.next/server/app/api/mock-open-status/route.js +3 -3
  60. package/dist/server/.next/server/app/api/mock-open-status/route_client-reference-manifest.js +1 -1
  61. package/dist/server/.next/server/app/api/mock-setting/route.js +1 -1
  62. package/dist/server/.next/server/app/api/mock-setting/route_client-reference-manifest.js +1 -1
  63. package/dist/server/.next/server/app/api/open-project/route.js +14 -1
  64. package/dist/server/.next/server/app/api/open-project/route_client-reference-manifest.js +1 -1
  65. package/dist/server/.next/server/app/api/project-config/route.js +1 -1
  66. package/dist/server/.next/server/app/api/project-config/route_client-reference-manifest.js +1 -1
  67. package/dist/server/.next/server/app/api/retry-project/route.js +14 -1
  68. package/dist/server/.next/server/app/api/retry-project/route_client-reference-manifest.js +1 -1
  69. package/dist/server/.next/server/app/configuration/page.js +3 -3
  70. package/dist/server/.next/server/app/configuration/page_client-reference-manifest.js +1 -1
  71. package/dist/server/.next/server/app/configuration.html +1 -1
  72. package/dist/server/.next/server/app/configuration.rsc +3 -3
  73. package/dist/server/.next/server/app/favicon.ico/route.js +1 -1
  74. package/dist/server/.next/server/app/index.html +1 -1
  75. package/dist/server/.next/server/app/index.rsc +2 -2
  76. package/dist/server/.next/server/app/initialization/page.js +1 -1
  77. package/dist/server/.next/server/app/initialization/page_client-reference-manifest.js +1 -1
  78. package/dist/server/.next/server/app/initialization.html +1 -1
  79. package/dist/server/.next/server/app/initialization.rsc +3 -3
  80. package/dist/server/.next/server/app/page.js +1 -1
  81. package/dist/server/.next/server/app/page_client-reference-manifest.js +1 -1
  82. package/dist/server/.next/server/app-paths-manifest.json +8 -7
  83. package/dist/server/.next/server/chunks/131.js +4 -4
  84. package/dist/server/.next/server/chunks/967.js +3 -3
  85. package/dist/server/.next/server/middleware-build-manifest.js +1 -1
  86. package/dist/server/.next/server/next-font-manifest.js +1 -1
  87. package/dist/server/.next/server/next-font-manifest.json +1 -1
  88. package/dist/server/.next/server/pages/404.html +1 -1
  89. package/dist/server/.next/server/pages/500.html +1 -1
  90. package/dist/server/.next/server/pages-manifest.json +1 -1
  91. package/dist/server/.next/server/server-reference-manifest.json +1 -1
  92. package/dist/server/.next/static/W9gpINx4oQDxDFLMkCJQL/_buildManifest.js +1 -0
  93. package/dist/server/.next/static/W9gpINx4oQDxDFLMkCJQL/_ssgManifest.js +1 -0
  94. package/dist/server/.next/static/chunks/770-17268e5a9d004dae.js +1 -0
  95. package/dist/server/.next/static/chunks/app/api/all-projects-envs/route-70d14c8af28994db.js +1 -0
  96. package/dist/server/.next/static/chunks/app/api/check-mock-intercept/route-207d5b6627adc282.js +1 -0
  97. package/dist/server/.next/static/chunks/app/api/check-workspace/route-29f5d718929ea780.js +1 -0
  98. package/dist/server/.next/static/chunks/app/api/cleanup-project/route-3bf856128b701bac.js +1 -0
  99. package/dist/server/.next/static/chunks/app/api/get-mock-data/route-dc1cc7e42c23cc90.js +1 -0
  100. package/dist/server/.next/static/chunks/app/api/initialize-workspace/route-736e54e6ee59e3ce.js +1 -0
  101. package/dist/server/.next/static/chunks/app/api/microapp-proxy-change-stream/route-219fff48736f39a4.js +1 -0
  102. package/dist/server/.next/static/chunks/app/api/microapp-proxy-config/route-e535c24ff110bccf.js +1 -0
  103. package/dist/server/.next/static/chunks/app/api/mock-file/route-457801bb0f6a76f5.js +1 -0
  104. package/dist/server/.next/static/chunks/app/api/mock-file-content/route-4abdd46a628dfa45.js +1 -0
  105. package/dist/server/.next/static/chunks/app/api/mock-open-status/route-7e4d9c8f09b286c3.js +1 -0
  106. package/dist/server/.next/static/chunks/app/api/mock-setting/route-2f57558f61602b8d.js +1 -0
  107. package/dist/server/.next/static/chunks/app/api/open-project/route-dbd2412a4a395d57.js +1 -0
  108. package/dist/server/.next/static/chunks/app/api/project-config/route-52a76cdb81639dcd.js +1 -0
  109. package/dist/server/.next/static/chunks/app/api/retry-project/route-1672c3841762e7a2.js +1 -0
  110. package/dist/server/.next/static/chunks/app/configuration/page-68644ad1d0dbda4f.js +1 -0
  111. package/dist/server/.next/static/chunks/app/initialization/page-9c8eb31c4b362777.js +1 -0
  112. package/dist/server/.next/static/chunks/app/initialization/page-d107335a70a6aa9a.js +1 -0
  113. package/dist/server/.next/static/chunks/app/layout-2c381be4c1bb73ed.js +1 -0
  114. package/dist/server/.next/static/chunks/app/page-9ce2b4651df441b0.js +1 -0
  115. package/dist/server/.next/static/chunks/main-app-0672b5550b5e5a29.js +1 -0
  116. package/dist/server/.next/static/css/b10a602544a179de.css +3 -0
  117. package/dist/server/.next/static/ctEn8UHYZESgGhsRFLpGu/_buildManifest.js +1 -0
  118. package/dist/server/.next/static/ctEn8UHYZESgGhsRFLpGu/_ssgManifest.js +1 -0
  119. package/dist/server/.next/trace +12 -3
  120. package/dist/server/.next/types/app/api/all-projects-envs/route.ts +1 -1
  121. package/dist/server/.next/types/app/api/check-mock-intercept/route.ts +1 -1
  122. package/dist/server/.next/types/app/api/check-workspace/route.ts +1 -1
  123. package/dist/server/.next/types/app/api/cleanup-project/route.ts +347 -0
  124. package/dist/server/.next/types/app/api/get-mock-data/route.ts +1 -1
  125. package/dist/server/.next/types/app/api/initialize-workspace/route.ts +1 -1
  126. package/dist/server/.next/types/app/api/microapp-proxy-change-stream/route.ts +1 -1
  127. package/dist/server/.next/types/app/api/microapp-proxy-config/route.ts +1 -1
  128. package/dist/server/.next/types/app/api/mock-file/route.ts +1 -1
  129. package/dist/server/.next/types/app/api/mock-file-content/route.ts +1 -1
  130. package/dist/server/.next/types/app/api/mock-open-status/route.ts +1 -1
  131. package/dist/server/.next/types/app/api/mock-setting/route.ts +1 -1
  132. package/dist/server/.next/types/app/api/open-project/route.ts +1 -1
  133. package/dist/server/.next/types/app/api/project-config/route.ts +1 -1
  134. package/dist/server/.next/types/app/api/retry-project/route.ts +1 -1
  135. package/dist/server/.next/types/app/configuration/page.ts +1 -1
  136. package/dist/server/.next/types/app/initialization/page.ts +1 -1
  137. package/dist/server/.next/types/app/layout.ts +1 -1
  138. package/dist/server/.next/types/app/page.ts +1 -1
  139. package/package.json +3 -2
package/bin/cli.mjs CHANGED
@@ -14,6 +14,7 @@ if(command === 'init') {
14
14
  setProjectsFile()
15
15
  }
16
16
  if (command === 'ui') {
17
+ setProjectsFile()
17
18
  startServer()
18
19
  }
19
20
  if (command === 'help') {
@@ -18,7 +18,7 @@
18
18
  "envFileName": ".env.dev.c.local",
19
19
  "proxyKey": "PROXY_URL",
20
20
  "subApps": [
21
- "ilink"
21
+ "ilink-icrc"
22
22
  ]
23
23
  },
24
24
  "idea": {
@@ -35,7 +35,7 @@
35
35
  "envFileName": ".env.dev.h.local",
36
36
  "proxyKey": "PROXY_URL",
37
37
  "subApps": [
38
- "ilink"
38
+ "ilink-idea"
39
39
  ]
40
40
  }
41
41
  }
@@ -59,6 +59,81 @@
59
59
  "envFileName": ".env.local",
60
60
  "proxyKey": "PROXY_URL",
61
61
  "subApps": []
62
+ },
63
+ "ilink-icrc": {
64
+ "host": "http://localhost:8811",
65
+ "currentProxy": "sit",
66
+ "proxyEnv": {
67
+ "dev": "http://ilink.dev.healthprime.cn",
68
+ "sit": "http://ilink.sit.healthprime.cn",
69
+ "uat": "https://ilink-uat.primelifescience.com.cn",
70
+ "prod": "https://ilink.primelifescience.com.cn",
71
+ "lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
72
+ "custom": "http://localhost:8828"
73
+ },
74
+ "envFileName": ".env.icrc.local",
75
+ "proxyKey": "PROXY_URL",
76
+ "subApps": []
77
+ },
78
+ "ilink-idea": {
79
+ "host": "http://localhost:8812",
80
+ "currentProxy": "sit",
81
+ "proxyEnv": {
82
+ "dev": "http://ilink.dev.healthprime.cn",
83
+ "sit": "http://ilink.sit.healthprime.cn",
84
+ "uat": "https://ilink-uat.primelifescience.com.cn",
85
+ "prod": "https://ilink.primelifescience.com.cn",
86
+ "lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
87
+ "custom": "http://localhost:8828"
88
+ },
89
+ "envFileName": ".env.idea.local",
90
+ "proxyKey": "PROXY_URL",
91
+ "subApps": []
92
+ },
93
+ "ilink-isource": {
94
+ "host": "http://localhost:8813",
95
+ "currentProxy": "sit",
96
+ "proxyEnv": {
97
+ "dev": "http://ilink.dev.healthprime.cn",
98
+ "sit": "http://ilink.sit.healthprime.cn",
99
+ "uat": "https://ilink-uat.primelifescience.com.cn",
100
+ "prod": "https://ilink.primelifescience.com.cn",
101
+ "lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
102
+ "custom": "http://localhost:8828"
103
+ },
104
+ "envFileName": ".env.isource.local",
105
+ "proxyKey": "PROXY_URL",
106
+ "subApps": []
107
+ },
108
+ "ilink-ijudge": {
109
+ "host": "http://localhost:8814",
110
+ "currentProxy": "sit",
111
+ "proxyEnv": {
112
+ "dev": "http://ilink.dev.healthprime.cn",
113
+ "sit": "http://ilink.sit.healthprime.cn",
114
+ "uat": "https://ilink-uat.primelifescience.com.cn",
115
+ "prod": "https://ilink.primelifescience.com.cn",
116
+ "lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
117
+ "custom": "http://localhost:8828"
118
+ },
119
+ "envFileName": ".env.ijudge.local",
120
+ "proxyKey": "PROXY_URL",
121
+ "subApps": []
122
+ },
123
+ "ilink-iqc": {
124
+ "host": "http://localhost:8815",
125
+ "currentProxy": "sit",
126
+ "proxyEnv": {
127
+ "dev": "http://ilink.dev.healthprime.cn",
128
+ "sit": "http://ilink.sit.healthprime.cn",
129
+ "uat": "https://ilink-uat.primelifescience.com.cn",
130
+ "prod": "https://ilink.primelifescience.com.cn",
131
+ "lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
132
+ "custom": "http://localhost:8828"
133
+ },
134
+ "envFileName": ".env.iqc.local",
135
+ "proxyKey": "PROXY_URL",
136
+ "subApps": []
62
137
  }
63
138
  }
64
139
  },
@@ -81,7 +156,7 @@
81
156
  "envFileName": ".env.local",
82
157
  "proxyKey": "PROXY_URL",
83
158
  "subApps": [
84
- "ilink"
159
+ "ilink-iqc"
85
160
  ]
86
161
  }
87
162
  }
@@ -160,7 +235,9 @@
160
235
  },
161
236
  "envFileName": ".env.center.local",
162
237
  "proxyKey": "PROXY_URL",
163
- "subApps": []
238
+ "subApps": [
239
+ "ilink-ijudge"
240
+ ]
164
241
  },
165
242
  "isource-site": {
166
243
  "host": "http://localhost:8818",
@@ -174,7 +251,9 @@
174
251
  },
175
252
  "envFileName": ".env.hospital.local",
176
253
  "proxyKey": "PROXY_URL",
177
- "subApps": []
254
+ "subApps": [
255
+ "ilink-isource"
256
+ ]
178
257
  }
179
258
  }
180
259
  },
@@ -1 +1 @@
1
- stSAKws68akBgeDAAHOBI
1
+ ctEn8UHYZESgGhsRFLpGu
@@ -4,138 +4,145 @@
4
4
  "static/chunks/webpack-c15acc5db8adea14.js",
5
5
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
6
6
  "static/chunks/180-8dacaec05f53f53f.js",
7
- "static/chunks/main-app-204ad1b9f48b1359.js",
7
+ "static/chunks/main-app-0672b5550b5e5a29.js",
8
8
  "static/chunks/app/_not-found/page-95616ed7a70b84d7.js"
9
9
  ],
10
- "/layout": [
10
+ "/api/all-projects-envs/route": [
11
11
  "static/chunks/webpack-c15acc5db8adea14.js",
12
12
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
13
13
  "static/chunks/180-8dacaec05f53f53f.js",
14
- "static/chunks/main-app-204ad1b9f48b1359.js",
15
- "static/css/6393282fdcf30b00.css",
16
- "static/chunks/app/layout-84c22b799284e008.js"
14
+ "static/chunks/main-app-0672b5550b5e5a29.js",
15
+ "static/chunks/app/api/all-projects-envs/route-70d14c8af28994db.js"
17
16
  ],
18
- "/api/check-mock-intercept/route": [
17
+ "/api/cleanup-project/route": [
19
18
  "static/chunks/webpack-c15acc5db8adea14.js",
20
19
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
21
20
  "static/chunks/180-8dacaec05f53f53f.js",
22
- "static/chunks/main-app-204ad1b9f48b1359.js",
23
- "static/chunks/app/api/check-mock-intercept/route-a14cdbb0879f7da6.js"
21
+ "static/chunks/main-app-0672b5550b5e5a29.js",
22
+ "static/chunks/app/api/cleanup-project/route-3bf856128b701bac.js"
24
23
  ],
25
- "/api/get-mock-data/route": [
24
+ "/layout": [
26
25
  "static/chunks/webpack-c15acc5db8adea14.js",
27
26
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
28
27
  "static/chunks/180-8dacaec05f53f53f.js",
29
- "static/chunks/main-app-204ad1b9f48b1359.js",
30
- "static/chunks/app/api/get-mock-data/route-f674eb4d564fe302.js"
28
+ "static/chunks/main-app-0672b5550b5e5a29.js",
29
+ "static/css/b10a602544a179de.css",
30
+ "static/chunks/app/layout-2c381be4c1bb73ed.js"
31
31
  ],
32
- "/api/initialize-workspace/route": [
32
+ "/api/check-workspace/route": [
33
33
  "static/chunks/webpack-c15acc5db8adea14.js",
34
34
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
35
35
  "static/chunks/180-8dacaec05f53f53f.js",
36
- "static/chunks/main-app-204ad1b9f48b1359.js",
37
- "static/chunks/app/api/initialize-workspace/route-9cb53efb3778be70.js"
36
+ "static/chunks/main-app-0672b5550b5e5a29.js",
37
+ "static/chunks/app/api/check-workspace/route-29f5d718929ea780.js"
38
38
  ],
39
- "/api/check-workspace/route": [
39
+ "/api/check-mock-intercept/route": [
40
40
  "static/chunks/webpack-c15acc5db8adea14.js",
41
41
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
42
42
  "static/chunks/180-8dacaec05f53f53f.js",
43
- "static/chunks/main-app-204ad1b9f48b1359.js",
44
- "static/chunks/app/api/check-workspace/route-db1a504fc730c8dc.js"
43
+ "static/chunks/main-app-0672b5550b5e5a29.js",
44
+ "static/chunks/app/api/check-mock-intercept/route-207d5b6627adc282.js"
45
45
  ],
46
- "/api/all-projects-envs/route": [
46
+ "/api/initialize-workspace/route": [
47
47
  "static/chunks/webpack-c15acc5db8adea14.js",
48
48
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
49
49
  "static/chunks/180-8dacaec05f53f53f.js",
50
- "static/chunks/main-app-204ad1b9f48b1359.js",
51
- "static/chunks/app/api/all-projects-envs/route-cfa7e75a9cc44674.js"
50
+ "static/chunks/main-app-0672b5550b5e5a29.js",
51
+ "static/chunks/app/api/initialize-workspace/route-736e54e6ee59e3ce.js"
52
52
  ],
53
- "/api/mock-file-content/route": [
53
+ "/api/microapp-proxy-change-stream/route": [
54
54
  "static/chunks/webpack-c15acc5db8adea14.js",
55
55
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
56
56
  "static/chunks/180-8dacaec05f53f53f.js",
57
- "static/chunks/main-app-204ad1b9f48b1359.js",
58
- "static/chunks/app/api/mock-file-content/route-3b736acba2fc51fb.js"
57
+ "static/chunks/main-app-0672b5550b5e5a29.js",
58
+ "static/chunks/app/api/microapp-proxy-change-stream/route-219fff48736f39a4.js"
59
59
  ],
60
- "/api/microapp-proxy-change-stream/route": [
60
+ "/api/get-mock-data/route": [
61
61
  "static/chunks/webpack-c15acc5db8adea14.js",
62
62
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
63
63
  "static/chunks/180-8dacaec05f53f53f.js",
64
- "static/chunks/main-app-204ad1b9f48b1359.js",
65
- "static/chunks/app/api/microapp-proxy-change-stream/route-39d78899804e9b55.js"
64
+ "static/chunks/main-app-0672b5550b5e5a29.js",
65
+ "static/chunks/app/api/get-mock-data/route-dc1cc7e42c23cc90.js"
66
66
  ],
67
67
  "/api/microapp-proxy-config/route": [
68
68
  "static/chunks/webpack-c15acc5db8adea14.js",
69
69
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
70
70
  "static/chunks/180-8dacaec05f53f53f.js",
71
- "static/chunks/main-app-204ad1b9f48b1359.js",
72
- "static/chunks/app/api/microapp-proxy-config/route-c98223a508d30485.js"
71
+ "static/chunks/main-app-0672b5550b5e5a29.js",
72
+ "static/chunks/app/api/microapp-proxy-config/route-e535c24ff110bccf.js"
73
+ ],
74
+ "/api/mock-file/route": [
75
+ "static/chunks/webpack-c15acc5db8adea14.js",
76
+ "static/chunks/b8f30182-a6d2a523c696fa81.js",
77
+ "static/chunks/180-8dacaec05f53f53f.js",
78
+ "static/chunks/main-app-0672b5550b5e5a29.js",
79
+ "static/chunks/app/api/mock-file/route-457801bb0f6a76f5.js"
73
80
  ],
74
81
  "/api/mock-open-status/route": [
75
82
  "static/chunks/webpack-c15acc5db8adea14.js",
76
83
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
77
84
  "static/chunks/180-8dacaec05f53f53f.js",
78
- "static/chunks/main-app-204ad1b9f48b1359.js",
79
- "static/chunks/app/api/mock-open-status/route-81148f608ccbb94c.js"
85
+ "static/chunks/main-app-0672b5550b5e5a29.js",
86
+ "static/chunks/app/api/mock-open-status/route-7e4d9c8f09b286c3.js"
80
87
  ],
81
88
  "/api/mock-setting/route": [
82
89
  "static/chunks/webpack-c15acc5db8adea14.js",
83
90
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
84
91
  "static/chunks/180-8dacaec05f53f53f.js",
85
- "static/chunks/main-app-204ad1b9f48b1359.js",
86
- "static/chunks/app/api/mock-setting/route-93afc6add1edf9f2.js"
92
+ "static/chunks/main-app-0672b5550b5e5a29.js",
93
+ "static/chunks/app/api/mock-setting/route-2f57558f61602b8d.js"
87
94
  ],
88
- "/api/open-project/route": [
95
+ "/api/mock-file-content/route": [
89
96
  "static/chunks/webpack-c15acc5db8adea14.js",
90
97
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
91
98
  "static/chunks/180-8dacaec05f53f53f.js",
92
- "static/chunks/main-app-204ad1b9f48b1359.js",
93
- "static/chunks/app/api/open-project/route-28f8ff642f5256ac.js"
99
+ "static/chunks/main-app-0672b5550b5e5a29.js",
100
+ "static/chunks/app/api/mock-file-content/route-4abdd46a628dfa45.js"
94
101
  ],
95
- "/api/retry-project/route": [
102
+ "/api/open-project/route": [
96
103
  "static/chunks/webpack-c15acc5db8adea14.js",
97
104
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
98
105
  "static/chunks/180-8dacaec05f53f53f.js",
99
- "static/chunks/main-app-204ad1b9f48b1359.js",
100
- "static/chunks/app/api/retry-project/route-57227158a21c503e.js"
106
+ "static/chunks/main-app-0672b5550b5e5a29.js",
107
+ "static/chunks/app/api/open-project/route-dbd2412a4a395d57.js"
101
108
  ],
102
- "/api/mock-file/route": [
109
+ "/api/retry-project/route": [
103
110
  "static/chunks/webpack-c15acc5db8adea14.js",
104
111
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
105
112
  "static/chunks/180-8dacaec05f53f53f.js",
106
- "static/chunks/main-app-204ad1b9f48b1359.js",
107
- "static/chunks/app/api/mock-file/route-a7322a0267bf30b2.js"
113
+ "static/chunks/main-app-0672b5550b5e5a29.js",
114
+ "static/chunks/app/api/retry-project/route-1672c3841762e7a2.js"
108
115
  ],
109
116
  "/api/project-config/route": [
110
117
  "static/chunks/webpack-c15acc5db8adea14.js",
111
118
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
112
119
  "static/chunks/180-8dacaec05f53f53f.js",
113
- "static/chunks/main-app-204ad1b9f48b1359.js",
114
- "static/chunks/app/api/project-config/route-0317b7b8279f882c.js"
120
+ "static/chunks/main-app-0672b5550b5e5a29.js",
121
+ "static/chunks/app/api/project-config/route-52a76cdb81639dcd.js"
115
122
  ],
116
- "/configuration/page": [
123
+ "/page": [
117
124
  "static/chunks/webpack-c15acc5db8adea14.js",
118
125
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
119
126
  "static/chunks/180-8dacaec05f53f53f.js",
120
- "static/chunks/main-app-204ad1b9f48b1359.js",
121
- "static/chunks/167-e44cb396108f68cd.js",
122
- "static/chunks/847-ec9c92b94ad678e0.js",
123
- "static/chunks/app/configuration/page-40c4eaee20608a71.js"
127
+ "static/chunks/main-app-0672b5550b5e5a29.js",
128
+ "static/chunks/app/page-9ce2b4651df441b0.js"
124
129
  ],
125
- "/page": [
130
+ "/configuration/page": [
126
131
  "static/chunks/webpack-c15acc5db8adea14.js",
127
132
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
128
133
  "static/chunks/180-8dacaec05f53f53f.js",
129
- "static/chunks/main-app-204ad1b9f48b1359.js",
130
- "static/chunks/app/page-7a16585bfada96fc.js"
134
+ "static/chunks/main-app-0672b5550b5e5a29.js",
135
+ "static/chunks/167-e44cb396108f68cd.js",
136
+ "static/chunks/770-17268e5a9d004dae.js",
137
+ "static/chunks/app/configuration/page-68644ad1d0dbda4f.js"
131
138
  ],
132
139
  "/initialization/page": [
133
140
  "static/chunks/webpack-c15acc5db8adea14.js",
134
141
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
135
142
  "static/chunks/180-8dacaec05f53f53f.js",
136
- "static/chunks/main-app-204ad1b9f48b1359.js",
143
+ "static/chunks/main-app-0672b5550b5e5a29.js",
137
144
  "static/chunks/167-e44cb396108f68cd.js",
138
- "static/chunks/app/initialization/page-2937c3ff149f25f9.js"
145
+ "static/chunks/app/initialization/page-d107335a70a6aa9a.js"
139
146
  ]
140
147
  }
141
148
  }
@@ -1,21 +1,22 @@
1
1
  {
2
+ "/api/all-projects-envs/route": "/api/all-projects-envs",
3
+ "/api/cleanup-project/route": "/api/cleanup-project",
2
4
  "/_not-found/page": "/_not-found",
5
+ "/api/check-workspace/route": "/api/check-workspace",
3
6
  "/api/check-mock-intercept/route": "/api/check-mock-intercept",
4
- "/api/get-mock-data/route": "/api/get-mock-data",
5
7
  "/api/initialize-workspace/route": "/api/initialize-workspace",
6
- "/api/check-workspace/route": "/api/check-workspace",
7
- "/api/all-projects-envs/route": "/api/all-projects-envs",
8
- "/api/mock-file-content/route": "/api/mock-file-content",
9
8
  "/api/microapp-proxy-change-stream/route": "/api/microapp-proxy-change-stream",
9
+ "/api/get-mock-data/route": "/api/get-mock-data",
10
10
  "/api/microapp-proxy-config/route": "/api/microapp-proxy-config",
11
+ "/api/mock-file/route": "/api/mock-file",
11
12
  "/api/mock-open-status/route": "/api/mock-open-status",
12
13
  "/api/mock-setting/route": "/api/mock-setting",
14
+ "/api/mock-file-content/route": "/api/mock-file-content",
15
+ "/favicon.ico/route": "/favicon.ico",
13
16
  "/api/open-project/route": "/api/open-project",
14
17
  "/api/retry-project/route": "/api/retry-project",
15
- "/favicon.ico/route": "/favicon.ico",
16
- "/api/mock-file/route": "/api/mock-file",
17
18
  "/api/project-config/route": "/api/project-config",
18
- "/configuration/page": "/configuration",
19
19
  "/page": "/",
20
+ "/configuration/page": "/configuration",
20
21
  "/initialization/page": "/initialization"
21
22
  }
@@ -5,14 +5,14 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/stSAKws68akBgeDAAHOBI/_buildManifest.js",
9
- "static/stSAKws68akBgeDAAHOBI/_ssgManifest.js"
8
+ "static/ctEn8UHYZESgGhsRFLpGu/_buildManifest.js",
9
+ "static/ctEn8UHYZESgGhsRFLpGu/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-c15acc5db8adea14.js",
13
13
  "static/chunks/b8f30182-a6d2a523c696fa81.js",
14
14
  "static/chunks/180-8dacaec05f53f53f.js",
15
- "static/chunks/main-app-204ad1b9f48b1359.js"
15
+ "static/chunks/main-app-0672b5550b5e5a29.js"
16
16
  ],
17
17
  "rootMainFilesTree": {},
18
18
  "pages": {
@@ -1 +1 @@
1
- {"encryption.key":"9WclG5m/aHBdYHRQVcyqHpi7spjhQSuiw9nNMrmEUoc=","encryption.expire_at":1752308883700}
1
+ {"encryption.key":"GGC6o4DL0u50wgX9Zt79uD/as8mNBz36DaP4vuB2Axs=","encryption.expire_at":1753086468372}