prime-dev-cli 1.0.0
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/bin/cli.mjs +77 -0
- package/config/projects.json +223 -0
- package/dist/server/.next/BUILD_ID +1 -0
- package/dist/server/.next/app-build-manifest.json +141 -0
- package/dist/server/.next/app-path-routes-manifest.json +21 -0
- package/dist/server/.next/build-manifest.json +33 -0
- package/dist/server/.next/cache/.rscinfo +1 -0
- package/dist/server/.next/cache/.tsbuildinfo +1 -0
- package/dist/server/.next/cache/eslint/.cache_1qa5vxt +1 -0
- package/dist/server/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/1.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/10.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/2.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/3.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/4.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/5.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/6.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/7.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/8.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/9.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/server/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/dist/server/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/dist/server/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/1.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/2.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/3.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/server/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/dist/server/.next/diagnostics/build-diagnostics.json +6 -0
- package/dist/server/.next/diagnostics/framework.json +1 -0
- package/dist/server/.next/export-marker.json +6 -0
- package/dist/server/.next/images-manifest.json +57 -0
- package/dist/server/.next/next-minimal-server.js.nft.json +1 -0
- package/dist/server/.next/next-server.js.nft.json +1 -0
- package/dist/server/.next/package.json +1 -0
- package/dist/server/.next/prerender-manifest.json +113 -0
- package/dist/server/.next/react-loadable-manifest.json +1 -0
- package/dist/server/.next/required-server-files.json +309 -0
- package/dist/server/.next/routes-manifest.json +90 -0
- package/dist/server/.next/server/app/_not-found/page.js +1 -0
- package/dist/server/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/dist/server/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/_not-found.html +1 -0
- package/dist/server/.next/server/app/_not-found.meta +8 -0
- package/dist/server/.next/server/app/_not-found.rsc +20 -0
- package/dist/server/.next/server/app/api/all-projects-envs/route.js +1 -0
- package/dist/server/.next/server/app/api/all-projects-envs/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/all-projects-envs/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/check-mock-intercept/route.js +1 -0
- package/dist/server/.next/server/app/api/check-mock-intercept/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/check-mock-intercept/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/check-workspace/route.js +1 -0
- package/dist/server/.next/server/app/api/check-workspace/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/check-workspace/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/get-mock-data/route.js +1 -0
- package/dist/server/.next/server/app/api/get-mock-data/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/get-mock-data/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/initialize-workspace/route.js +5 -0
- package/dist/server/.next/server/app/api/initialize-workspace/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/initialize-workspace/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route.js +5 -0
- package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/microapp-proxy-change-stream/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/microapp-proxy-config/route.js +3 -0
- package/dist/server/.next/server/app/api/microapp-proxy-config/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/microapp-proxy-config/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/mock-file/route.js +6 -0
- package/dist/server/.next/server/app/api/mock-file/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/mock-file/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/mock-file-content/route.js +1 -0
- package/dist/server/.next/server/app/api/mock-file-content/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/mock-file-content/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/mock-open-status/route.js +6 -0
- package/dist/server/.next/server/app/api/mock-open-status/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/mock-open-status/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/mock-setting/route.js +1 -0
- package/dist/server/.next/server/app/api/mock-setting/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/mock-setting/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/open-project/route.js +1 -0
- package/dist/server/.next/server/app/api/open-project/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/open-project/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/project-config/route.js +1 -0
- package/dist/server/.next/server/app/api/project-config/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/project-config/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/api/retry-project/route.js +1 -0
- package/dist/server/.next/server/app/api/retry-project/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/api/retry-project/route_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/configuration/page.js +37 -0
- package/dist/server/.next/server/app/configuration/page.js.nft.json +1 -0
- package/dist/server/.next/server/app/configuration/page_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/configuration.html +1 -0
- package/dist/server/.next/server/app/configuration.meta +7 -0
- package/dist/server/.next/server/app/configuration.rsc +24 -0
- package/dist/server/.next/server/app/favicon.ico/route.js +1 -0
- package/dist/server/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/dist/server/.next/server/app/favicon.ico.body +0 -0
- package/dist/server/.next/server/app/favicon.ico.meta +1 -0
- package/dist/server/.next/server/app/index.html +1 -0
- package/dist/server/.next/server/app/index.meta +9 -0
- package/dist/server/.next/server/app/index.rsc +21 -0
- package/dist/server/.next/server/app/initialization/page.js +1 -0
- package/dist/server/.next/server/app/initialization/page.js.nft.json +1 -0
- package/dist/server/.next/server/app/initialization/page_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app/initialization.html +1 -0
- package/dist/server/.next/server/app/initialization.meta +7 -0
- package/dist/server/.next/server/app/initialization.rsc +21 -0
- package/dist/server/.next/server/app/page.js +1 -0
- package/dist/server/.next/server/app/page.js.nft.json +1 -0
- package/dist/server/.next/server/app/page_client-reference-manifest.js +1 -0
- package/dist/server/.next/server/app-paths-manifest.json +21 -0
- package/dist/server/.next/server/chunks/131.js +20 -0
- package/dist/server/.next/server/chunks/135.js +20 -0
- package/dist/server/.next/server/chunks/426.js +1 -0
- package/dist/server/.next/server/chunks/542.js +1 -0
- package/dist/server/.next/server/chunks/901.js +1 -0
- package/dist/server/.next/server/chunks/967.js +5 -0
- package/dist/server/.next/server/chunks/972.js +6 -0
- package/dist/server/.next/server/functions-config-manifest.json +4 -0
- package/dist/server/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/dist/server/.next/server/middleware-build-manifest.js +1 -0
- package/dist/server/.next/server/middleware-manifest.json +6 -0
- package/dist/server/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/dist/server/.next/server/next-font-manifest.js +1 -0
- package/dist/server/.next/server/next-font-manifest.json +1 -0
- package/dist/server/.next/server/pages/404.html +1 -0
- package/dist/server/.next/server/pages/500.html +1 -0
- package/dist/server/.next/server/pages/_app.js +1 -0
- package/dist/server/.next/server/pages/_app.js.nft.json +1 -0
- package/dist/server/.next/server/pages/_document.js +1 -0
- package/dist/server/.next/server/pages/_document.js.nft.json +1 -0
- package/dist/server/.next/server/pages/_error.js +1 -0
- package/dist/server/.next/server/pages/_error.js.nft.json +1 -0
- package/dist/server/.next/server/pages-manifest.json +6 -0
- package/dist/server/.next/server/server-reference-manifest.js +1 -0
- package/dist/server/.next/server/server-reference-manifest.json +1 -0
- package/dist/server/.next/server/webpack-runtime.js +1 -0
- package/dist/server/.next/static/OrhaeyZZfCZRWwhHqa6d_/_buildManifest.js +1 -0
- package/dist/server/.next/static/OrhaeyZZfCZRWwhHqa6d_/_ssgManifest.js +1 -0
- package/dist/server/.next/static/S8uHKVezmbN9FqrOMghlT/_buildManifest.js +1 -0
- package/dist/server/.next/static/S8uHKVezmbN9FqrOMghlT/_ssgManifest.js +1 -0
- package/dist/server/.next/static/Ws4syXZ5lu2blUfguY1K3/_buildManifest.js +1 -0
- package/dist/server/.next/static/Ws4syXZ5lu2blUfguY1K3/_ssgManifest.js +1 -0
- package/dist/server/.next/static/chunks/167-e44cb396108f68cd.js +1 -0
- package/dist/server/.next/static/chunks/180-8dacaec05f53f53f.js +1 -0
- package/dist/server/.next/static/chunks/180-aabf82e25d34cbe3.js +1 -0
- package/dist/server/.next/static/chunks/355-0aabfb42ab072146.js +1 -0
- package/dist/server/.next/static/chunks/847-ec9c92b94ad678e0.js +1 -0
- package/dist/server/.next/static/chunks/app/_not-found/page-95616ed7a70b84d7.js +1 -0
- package/dist/server/.next/static/chunks/app/_not-found/page-ba0969dacdea05f3.js +1 -0
- package/dist/server/.next/static/chunks/app/api/all-projects-envs/route-59998dcbe9d03177.js +1 -0
- package/dist/server/.next/static/chunks/app/api/all-projects-envs/route-cfa7e75a9cc44674.js +1 -0
- package/dist/server/.next/static/chunks/app/api/check-mock-intercept/route-445157e82ef8e75b.js +1 -0
- package/dist/server/.next/static/chunks/app/api/check-mock-intercept/route-a14cdbb0879f7da6.js +1 -0
- package/dist/server/.next/static/chunks/app/api/check-workspace/route-3292111d9978949a.js +1 -0
- package/dist/server/.next/static/chunks/app/api/check-workspace/route-db1a504fc730c8dc.js +1 -0
- package/dist/server/.next/static/chunks/app/api/get-mock-data/route-39e7fa4c6fa2da8f.js +1 -0
- package/dist/server/.next/static/chunks/app/api/get-mock-data/route-f674eb4d564fe302.js +1 -0
- package/dist/server/.next/static/chunks/app/api/initialize-workspace/route-202c20e85127f869.js +1 -0
- package/dist/server/.next/static/chunks/app/api/initialize-workspace/route-9cb53efb3778be70.js +1 -0
- package/dist/server/.next/static/chunks/app/api/microapp-proxy-change-stream/route-39d78899804e9b55.js +1 -0
- package/dist/server/.next/static/chunks/app/api/microapp-proxy-config/route-bda82800578d31a4.js +1 -0
- package/dist/server/.next/static/chunks/app/api/microapp-proxy-config/route-c98223a508d30485.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-file/route-51694377ff9d7e5b.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-file/route-a7322a0267bf30b2.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-file-content/route-3b736acba2fc51fb.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-file-content/route-508f2755a233b154.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-open-status/route-81148f608ccbb94c.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-open-status/route-8c87291c773d3e77.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-setting/route-34a6b89ca2fa264f.js +1 -0
- package/dist/server/.next/static/chunks/app/api/mock-setting/route-93afc6add1edf9f2.js +1 -0
- package/dist/server/.next/static/chunks/app/api/open-project/route-0f748b5bb9f5f133.js +1 -0
- package/dist/server/.next/static/chunks/app/api/open-project/route-28f8ff642f5256ac.js +1 -0
- package/dist/server/.next/static/chunks/app/api/project-config/route-0317b7b8279f882c.js +1 -0
- package/dist/server/.next/static/chunks/app/api/project-config/route-870fae74c20ad5cc.js +1 -0
- package/dist/server/.next/static/chunks/app/api/retry-project/route-57227158a21c503e.js +1 -0
- package/dist/server/.next/static/chunks/app/api/retry-project/route-887b04ae65e577ee.js +1 -0
- package/dist/server/.next/static/chunks/app/configuration/page-40c4eaee20608a71.js +1 -0
- package/dist/server/.next/static/chunks/app/configuration/page-de2896125aeef266.js +1 -0
- package/dist/server/.next/static/chunks/app/initialization/page-2937c3ff149f25f9.js +1 -0
- package/dist/server/.next/static/chunks/app/layout-84c22b799284e008.js +1 -0
- package/dist/server/.next/static/chunks/app/page-7a16585bfada96fc.js +1 -0
- package/dist/server/.next/static/chunks/app/page-7ad3377c8cadf31e.js +1 -0
- package/dist/server/.next/static/chunks/app/page-912f1af8f4bd1f6c.js +1 -0
- package/dist/server/.next/static/chunks/b8f30182-57e8efeaf5f155f2.js +1 -0
- package/dist/server/.next/static/chunks/b8f30182-a6d2a523c696fa81.js +1 -0
- package/dist/server/.next/static/chunks/framework-4f3c796c070f0605.js +1 -0
- package/dist/server/.next/static/chunks/main-5057d359c86395ff.js +1 -0
- package/dist/server/.next/static/chunks/main-app-204ad1b9f48b1359.js +1 -0
- package/dist/server/.next/static/chunks/pages/_app-3679013cc4e97ce6.js +1 -0
- package/dist/server/.next/static/chunks/pages/_error-0822a2d0b86fca98.js +1 -0
- package/dist/server/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/dist/server/.next/static/chunks/webpack-c15acc5db8adea14.js +1 -0
- package/dist/server/.next/static/chunks/webpack-e34e044e63e0dcd2.js +1 -0
- package/dist/server/.next/static/css/6393282fdcf30b00.css +3 -0
- package/dist/server/.next/static/css/deb8e469bf5e7676.css +3 -0
- package/dist/server/.next/static/jdnaR1jA-uiriPQs5tK55/_buildManifest.js +1 -0
- package/dist/server/.next/static/jdnaR1jA-uiriPQs5tK55/_ssgManifest.js +1 -0
- package/dist/server/.next/static/media/569ce4b8f30dc480-s.p.woff2 +0 -0
- package/dist/server/.next/static/media/747892c23ea88013-s.woff2 +0 -0
- package/dist/server/.next/static/media/8d697b304b401681-s.woff2 +0 -0
- package/dist/server/.next/static/media/93f479601ee12b01-s.p.woff2 +0 -0
- package/dist/server/.next/static/media/9610d9e46709d722-s.woff2 +0 -0
- package/dist/server/.next/static/media/ba015fad6dcf6784-s.woff2 +0 -0
- package/dist/server/.next/static/stSAKws68akBgeDAAHOBI/_buildManifest.js +1 -0
- package/dist/server/.next/static/stSAKws68akBgeDAAHOBI/_ssgManifest.js +1 -0
- package/dist/server/.next/trace +3 -0
- package/dist/server/.next/types/app/api/all-projects-envs/route.ts +347 -0
- package/dist/server/.next/types/app/api/check-mock-intercept/route.ts +347 -0
- package/dist/server/.next/types/app/api/check-workspace/route.ts +347 -0
- package/dist/server/.next/types/app/api/get-mock-data/route.ts +347 -0
- package/dist/server/.next/types/app/api/initialize-workspace/route.ts +347 -0
- package/dist/server/.next/types/app/api/microapp-proxy-change-stream/route.ts +347 -0
- package/dist/server/.next/types/app/api/microapp-proxy-config/route.ts +347 -0
- package/dist/server/.next/types/app/api/mock-file/route.ts +347 -0
- package/dist/server/.next/types/app/api/mock-file-content/route.ts +347 -0
- package/dist/server/.next/types/app/api/mock-open-status/route.ts +347 -0
- package/dist/server/.next/types/app/api/mock-setting/route.ts +347 -0
- package/dist/server/.next/types/app/api/open-project/route.ts +347 -0
- package/dist/server/.next/types/app/api/project-config/route.ts +347 -0
- package/dist/server/.next/types/app/api/retry-project/route.ts +347 -0
- package/dist/server/.next/types/app/configuration/page.ts +84 -0
- package/dist/server/.next/types/app/initialization/page.ts +84 -0
- package/dist/server/.next/types/app/layout.ts +84 -0
- package/dist/server/.next/types/app/page.ts +84 -0
- package/dist/server/.next/types/cache-life.d.ts +141 -0
- package/dist/server/.next/types/package.json +1 -0
- package/dist/server/public/file.svg +1 -0
- package/dist/server/public/globe.svg +1 -0
- package/dist/server/public/next.svg +1 -0
- package/dist/server/public/vercel.svg +1 -0
- package/dist/server/public/window.svg +1 -0
- package/package.json +29 -0
package/bin/cli.mjs
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import { spawn } from 'node:child_process';
|
|
4
|
+
import open from 'open';
|
|
5
|
+
import fs from 'node:fs';
|
|
6
|
+
import path from 'node:path';
|
|
7
|
+
import os from 'node:os';
|
|
8
|
+
import lodash from 'lodash';
|
|
9
|
+
import { fileURLToPath } from 'node:url';
|
|
10
|
+
|
|
11
|
+
const command = process.argv[2];
|
|
12
|
+
|
|
13
|
+
if(command === 'init') {
|
|
14
|
+
setProjectsFile()
|
|
15
|
+
}
|
|
16
|
+
if (command === 'ui') {
|
|
17
|
+
startServer()
|
|
18
|
+
}
|
|
19
|
+
if (command === 'help') {
|
|
20
|
+
console.log('Usage: prime <command>');
|
|
21
|
+
console.log('Commands:');
|
|
22
|
+
console.log(' init 初始化配置文件');
|
|
23
|
+
console.log(' ui 启动UI');
|
|
24
|
+
console.log(' help 显示帮助信息');
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// 启动服务
|
|
28
|
+
function startServer(){
|
|
29
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
30
|
+
const __dirname = path.dirname(__filename);
|
|
31
|
+
const rootDir = path.join(__dirname, '..');
|
|
32
|
+
const serverProcess = spawn(`cd ${rootDir}/dist/server && npx next start --port 52741`, {
|
|
33
|
+
shell: true,
|
|
34
|
+
});
|
|
35
|
+
let isBrowserOpened = false;
|
|
36
|
+
serverProcess.stdout.on('data', (data) => {
|
|
37
|
+
const output = data.toString();
|
|
38
|
+
console.log(output);
|
|
39
|
+
if (output.includes('Ready') && !isBrowserOpened) {
|
|
40
|
+
open('http://localhost:52741');
|
|
41
|
+
isBrowserOpened = true;
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
|
|
45
|
+
serverProcess.stderr.on('data', (data) => {
|
|
46
|
+
console.error(data.toString());
|
|
47
|
+
});
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
// 设置环境文件
|
|
51
|
+
function setProjectsFile(){
|
|
52
|
+
const __filename = fileURLToPath(import.meta.url);
|
|
53
|
+
const __dirname = path.dirname(__filename);
|
|
54
|
+
const sourcePath = path.join(__dirname, '..', 'config', 'projects.json');
|
|
55
|
+
const destPath = path.join(os.homedir(), '.prime-projects.json');
|
|
56
|
+
|
|
57
|
+
if (!fs.existsSync(destPath)) {
|
|
58
|
+
fs.copyFileSync(sourcePath, destPath);
|
|
59
|
+
console.log('默认配置文件已创建在: ' + destPath);
|
|
60
|
+
} else {
|
|
61
|
+
try {
|
|
62
|
+
const sourceData = fs.readFileSync(sourcePath, 'utf8');
|
|
63
|
+
const destData = fs.readFileSync(destPath, 'utf8');
|
|
64
|
+
|
|
65
|
+
const sourceJson = JSON.parse(sourceData);
|
|
66
|
+
const destJson = JSON.parse(destData);
|
|
67
|
+
|
|
68
|
+
const mergedJson = lodash.defaultsDeep(destJson, sourceJson);
|
|
69
|
+
|
|
70
|
+
fs.writeFileSync(destPath, JSON.stringify(mergedJson, null, 2), 'utf8');
|
|
71
|
+
console.log('配置文件已增量更新: ' + destPath);
|
|
72
|
+
} catch (error) {
|
|
73
|
+
console.error('更新配置文件时出错:', error);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
}
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
{
|
|
2
|
+
"esource-fe": {
|
|
3
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/esource-fe.git",
|
|
4
|
+
"mockingIntercept": false,
|
|
5
|
+
"mockOpen": false,
|
|
6
|
+
"envs": {
|
|
7
|
+
"icrc": {
|
|
8
|
+
"host": "http://localhost:8806",
|
|
9
|
+
"currentProxy": "sit",
|
|
10
|
+
"proxyEnv": {
|
|
11
|
+
"dev": "http://icrc.dev.healthprime.cn",
|
|
12
|
+
"sit": "http://icrc.sit.healthprime.cn",
|
|
13
|
+
"uat": "https://icrc-uat.primelifescience.com.cn",
|
|
14
|
+
"prod": "https://icrc.primelifescience.com.cn",
|
|
15
|
+
"lpyy-uat": "http://icrc.lpyy-uat.healthprime.cn",
|
|
16
|
+
"custom": "http://localhost:8828"
|
|
17
|
+
},
|
|
18
|
+
"envFileName": ".env.dev.c.local",
|
|
19
|
+
"proxyKey": "PROXY_URL",
|
|
20
|
+
"subApps": [
|
|
21
|
+
"ilink"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"idea": {
|
|
25
|
+
"host": "http://localhost:8807",
|
|
26
|
+
"currentProxy": "sit",
|
|
27
|
+
"proxyEnv": {
|
|
28
|
+
"dev": "http://idea.dev.healthprime.cn",
|
|
29
|
+
"sit": "http://idea.sit.healthprime.cn",
|
|
30
|
+
"uat": "https://idea-uat.primelifescience.com.cn",
|
|
31
|
+
"prod": "https://idea.primelifescience.com.cn",
|
|
32
|
+
"lpyy-uat": "http://idea.lpyy-uat.healthprime.cn",
|
|
33
|
+
"custom": "http://localhost:8828"
|
|
34
|
+
},
|
|
35
|
+
"envFileName": ".env.dev.h.local",
|
|
36
|
+
"proxyKey": "PROXY_URL",
|
|
37
|
+
"subApps": [
|
|
38
|
+
"ilink"
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"ilink-fe": {
|
|
44
|
+
"mockingIntercept": false,
|
|
45
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/ilink-fe.git",
|
|
46
|
+
"mockOpen": false,
|
|
47
|
+
"envs": {
|
|
48
|
+
"ilink": {
|
|
49
|
+
"host": "http://localhost:8810",
|
|
50
|
+
"currentProxy": "sit",
|
|
51
|
+
"proxyEnv": {
|
|
52
|
+
"dev": "http://ilink.dev.healthprime.cn",
|
|
53
|
+
"sit": "http://ilink.sit.healthprime.cn",
|
|
54
|
+
"uat": "https://ilink-uat.primelifescience.com.cn",
|
|
55
|
+
"prod": "https://ilink.primelifescience.com.cn",
|
|
56
|
+
"lpyy-uat": "http://ilink.lpyy-uat.healthprime.cn",
|
|
57
|
+
"custom": "http://localhost:8828"
|
|
58
|
+
},
|
|
59
|
+
"envFileName": ".env.local",
|
|
60
|
+
"proxyKey": "PROXY_URL",
|
|
61
|
+
"subApps": []
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"iqc-fe": {
|
|
66
|
+
"mockingIntercept": false,
|
|
67
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/iqc-fe.git",
|
|
68
|
+
"mockOpen": true,
|
|
69
|
+
"envs": {
|
|
70
|
+
"iqc": {
|
|
71
|
+
"host": "http://localhost:8828",
|
|
72
|
+
"currentProxy": "sit",
|
|
73
|
+
"proxyEnv": {
|
|
74
|
+
"dev": "http://iqc.dev.healthprime.cn",
|
|
75
|
+
"sit": "http://iqc.sit.healthprime.cn",
|
|
76
|
+
"uat": "https://iqc-uat.primelifescience.com.cn",
|
|
77
|
+
"prod": "https://iqc.primelifescience.com.cn",
|
|
78
|
+
"lpyy-uat": "http://iqc.lpyy-uat.healthprime.cn",
|
|
79
|
+
"custom": ""
|
|
80
|
+
},
|
|
81
|
+
"envFileName": ".env.local",
|
|
82
|
+
"proxyKey": "PROXY_URL",
|
|
83
|
+
"subApps": [
|
|
84
|
+
"ilink"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"auth-common": {
|
|
90
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-front/auth-common.git",
|
|
91
|
+
"mockingIntercept": false,
|
|
92
|
+
"mockOpen": false,
|
|
93
|
+
"envs": {
|
|
94
|
+
"icrc-auth": {
|
|
95
|
+
"host": "http://localhost:8815",
|
|
96
|
+
"currentProxy": "sit",
|
|
97
|
+
"proxyEnv": {
|
|
98
|
+
"dev": "http://icrc-auth.dev.healthprime.cn",
|
|
99
|
+
"sit": "http://icrc-auth.sit.healthprime.cn",
|
|
100
|
+
"uat": "https://icrc-auth-uat.primelifescience.com.cn",
|
|
101
|
+
"prod": "https://icrc-auth.primelifescience.com.cn",
|
|
102
|
+
"custom": ""
|
|
103
|
+
},
|
|
104
|
+
"envFileName": ".env.local",
|
|
105
|
+
"proxyKey": "PROXY_URL",
|
|
106
|
+
"subApps": []
|
|
107
|
+
},
|
|
108
|
+
"idea-auth": {
|
|
109
|
+
"host": "http://localhost:8815",
|
|
110
|
+
"currentProxy": "sit",
|
|
111
|
+
"proxyEnv": {
|
|
112
|
+
"dev": "http://idea-auth.dev.healthprime.cn",
|
|
113
|
+
"sit": "http://idea-auth.sit.healthprime.cn",
|
|
114
|
+
"uat": "https://idea-auth-uat.primelifescience.com.cn",
|
|
115
|
+
"prod": "https://idea-auth.primelifescience.com.cn",
|
|
116
|
+
"lpyy-uat": "http://idea-auth.lpyy-uat.healthprime.cn",
|
|
117
|
+
"custom": ""
|
|
118
|
+
},
|
|
119
|
+
"envFileName": ".env.local",
|
|
120
|
+
"proxyKey": "PROXY_URL",
|
|
121
|
+
"subApps": []
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"igcp-fe": {
|
|
126
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/igcp-fe.git",
|
|
127
|
+
"mockingIntercept": false,
|
|
128
|
+
"mockOpen": false,
|
|
129
|
+
"envs": {
|
|
130
|
+
"igcp": {
|
|
131
|
+
"host": "http://localhost:8825",
|
|
132
|
+
"currentProxy": "sit",
|
|
133
|
+
"proxyEnv": {
|
|
134
|
+
"dev": "http://igcp.dev.healthprime.cn",
|
|
135
|
+
"sit": "http://igcp.sit.healthprime.cn",
|
|
136
|
+
"uat": "https://igcp-uat.primelifescience.com.cn",
|
|
137
|
+
"prod": "https://igcp.primelifescience.com.cn",
|
|
138
|
+
"custom": ""
|
|
139
|
+
},
|
|
140
|
+
"envFileName": ".env.local",
|
|
141
|
+
"proxyKey": "PROXY_URL",
|
|
142
|
+
"subApps": []
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"isource-fe": {
|
|
147
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/isource-fe.git",
|
|
148
|
+
"mockingIntercept": false,
|
|
149
|
+
"mockOpen": false,
|
|
150
|
+
"envs": {
|
|
151
|
+
"ijudge": {
|
|
152
|
+
"host": "http://localhost:8819",
|
|
153
|
+
"currentProxy": "sit",
|
|
154
|
+
"proxyEnv": {
|
|
155
|
+
"dev": "http://ijudge.dev.healthprime.cn",
|
|
156
|
+
"sit": "http://ijudge.sit.healthprime.cn",
|
|
157
|
+
"uat": "https://ijudge-uat.primelifescience.com.cn",
|
|
158
|
+
"prod": "https://ijudge.primelifescience.com.cn",
|
|
159
|
+
"custom": ""
|
|
160
|
+
},
|
|
161
|
+
"envFileName": ".env.center.local",
|
|
162
|
+
"proxyKey": "PROXY_URL",
|
|
163
|
+
"subApps": []
|
|
164
|
+
},
|
|
165
|
+
"isource-site": {
|
|
166
|
+
"host": "http://localhost:8818",
|
|
167
|
+
"currentProxy": "sit",
|
|
168
|
+
"proxyEnv": {
|
|
169
|
+
"dev": "http://isource-site.dev.healthprime.cn",
|
|
170
|
+
"sit": "http://isource-site.sit.healthprime.cn",
|
|
171
|
+
"uat": "https://isource-site-uat.primelifescience.com.cn",
|
|
172
|
+
"prod": "https://isource-site.primelifescience.com.cn",
|
|
173
|
+
"custom": ""
|
|
174
|
+
},
|
|
175
|
+
"envFileName": ".env.hospital.local",
|
|
176
|
+
"proxyKey": "PROXY_URL",
|
|
177
|
+
"subApps": []
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"iua-fe": {
|
|
182
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-direct/fe/iua-fe.git",
|
|
183
|
+
"mockingIntercept": false,
|
|
184
|
+
"mockOpen": false,
|
|
185
|
+
"envs": {
|
|
186
|
+
"iua": {
|
|
187
|
+
"host": "http://localhost:8020",
|
|
188
|
+
"currentProxy": "sit",
|
|
189
|
+
"proxyEnv": {
|
|
190
|
+
"dev": "http://iua.dev.healthprime.cn",
|
|
191
|
+
"sit": "http://iua.sit.healthprime.cn",
|
|
192
|
+
"uat": "https://iua-uat.primelifescience.com.cn",
|
|
193
|
+
"prod": "https://iua.primelifescience.com.cn",
|
|
194
|
+
"custom": ""
|
|
195
|
+
},
|
|
196
|
+
"envFileName": ".env.local",
|
|
197
|
+
"proxyKey": "PROXY_URL",
|
|
198
|
+
"subApps": []
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"ikg-fe": {
|
|
203
|
+
"repo": "https://gitlab.primelifescience.com.cn/prime-one/fe/ikg-fe.git",
|
|
204
|
+
"mockingIntercept": false,
|
|
205
|
+
"mockOpen": false,
|
|
206
|
+
"envs": {
|
|
207
|
+
"iua": {
|
|
208
|
+
"host": "http://localhost:7800",
|
|
209
|
+
"currentProxy": "sit",
|
|
210
|
+
"proxyEnv": {
|
|
211
|
+
"dev": "http://ikg.dev.healthprime.cn",
|
|
212
|
+
"sit": "http://ikg.sit.healthprime.cn",
|
|
213
|
+
"uat": "https://ikg-uat.primelifescience.com.cn",
|
|
214
|
+
"prod": "https://ikg.primelifescience.com.cn",
|
|
215
|
+
"custom": ""
|
|
216
|
+
},
|
|
217
|
+
"envFileName": ".env.local",
|
|
218
|
+
"proxyKey": "PROXY_URL",
|
|
219
|
+
"subApps": []
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
stSAKws68akBgeDAAHOBI
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pages": {
|
|
3
|
+
"/_not-found/page": [
|
|
4
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
5
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
6
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
7
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
8
|
+
"static/chunks/app/_not-found/page-95616ed7a70b84d7.js"
|
|
9
|
+
],
|
|
10
|
+
"/layout": [
|
|
11
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
12
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
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"
|
|
17
|
+
],
|
|
18
|
+
"/api/check-mock-intercept/route": [
|
|
19
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
20
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
21
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
22
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
23
|
+
"static/chunks/app/api/check-mock-intercept/route-a14cdbb0879f7da6.js"
|
|
24
|
+
],
|
|
25
|
+
"/api/get-mock-data/route": [
|
|
26
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
27
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
28
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
29
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
30
|
+
"static/chunks/app/api/get-mock-data/route-f674eb4d564fe302.js"
|
|
31
|
+
],
|
|
32
|
+
"/api/initialize-workspace/route": [
|
|
33
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
34
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
35
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
36
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
37
|
+
"static/chunks/app/api/initialize-workspace/route-9cb53efb3778be70.js"
|
|
38
|
+
],
|
|
39
|
+
"/api/check-workspace/route": [
|
|
40
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
41
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
42
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
43
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
44
|
+
"static/chunks/app/api/check-workspace/route-db1a504fc730c8dc.js"
|
|
45
|
+
],
|
|
46
|
+
"/api/all-projects-envs/route": [
|
|
47
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
48
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
49
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
50
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
51
|
+
"static/chunks/app/api/all-projects-envs/route-cfa7e75a9cc44674.js"
|
|
52
|
+
],
|
|
53
|
+
"/api/mock-file-content/route": [
|
|
54
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
55
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
56
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
57
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
58
|
+
"static/chunks/app/api/mock-file-content/route-3b736acba2fc51fb.js"
|
|
59
|
+
],
|
|
60
|
+
"/api/microapp-proxy-change-stream/route": [
|
|
61
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
62
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
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"
|
|
66
|
+
],
|
|
67
|
+
"/api/microapp-proxy-config/route": [
|
|
68
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
69
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
70
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
71
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
72
|
+
"static/chunks/app/api/microapp-proxy-config/route-c98223a508d30485.js"
|
|
73
|
+
],
|
|
74
|
+
"/api/mock-open-status/route": [
|
|
75
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
76
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
77
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
78
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
79
|
+
"static/chunks/app/api/mock-open-status/route-81148f608ccbb94c.js"
|
|
80
|
+
],
|
|
81
|
+
"/api/mock-setting/route": [
|
|
82
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
83
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
84
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
85
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
86
|
+
"static/chunks/app/api/mock-setting/route-93afc6add1edf9f2.js"
|
|
87
|
+
],
|
|
88
|
+
"/api/open-project/route": [
|
|
89
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
90
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
91
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
92
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
93
|
+
"static/chunks/app/api/open-project/route-28f8ff642f5256ac.js"
|
|
94
|
+
],
|
|
95
|
+
"/api/retry-project/route": [
|
|
96
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
97
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
98
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
99
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
100
|
+
"static/chunks/app/api/retry-project/route-57227158a21c503e.js"
|
|
101
|
+
],
|
|
102
|
+
"/api/mock-file/route": [
|
|
103
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
104
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
105
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
106
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
107
|
+
"static/chunks/app/api/mock-file/route-a7322a0267bf30b2.js"
|
|
108
|
+
],
|
|
109
|
+
"/api/project-config/route": [
|
|
110
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
111
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
112
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
113
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
114
|
+
"static/chunks/app/api/project-config/route-0317b7b8279f882c.js"
|
|
115
|
+
],
|
|
116
|
+
"/configuration/page": [
|
|
117
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
118
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
119
|
+
"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"
|
|
124
|
+
],
|
|
125
|
+
"/page": [
|
|
126
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
127
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
128
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
129
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
130
|
+
"static/chunks/app/page-7a16585bfada96fc.js"
|
|
131
|
+
],
|
|
132
|
+
"/initialization/page": [
|
|
133
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
134
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
135
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
136
|
+
"static/chunks/main-app-204ad1b9f48b1359.js",
|
|
137
|
+
"static/chunks/167-e44cb396108f68cd.js",
|
|
138
|
+
"static/chunks/app/initialization/page-2937c3ff149f25f9.js"
|
|
139
|
+
]
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/_not-found/page": "/_not-found",
|
|
3
|
+
"/api/check-mock-intercept/route": "/api/check-mock-intercept",
|
|
4
|
+
"/api/get-mock-data/route": "/api/get-mock-data",
|
|
5
|
+
"/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
|
+
"/api/microapp-proxy-change-stream/route": "/api/microapp-proxy-change-stream",
|
|
10
|
+
"/api/microapp-proxy-config/route": "/api/microapp-proxy-config",
|
|
11
|
+
"/api/mock-open-status/route": "/api/mock-open-status",
|
|
12
|
+
"/api/mock-setting/route": "/api/mock-setting",
|
|
13
|
+
"/api/open-project/route": "/api/open-project",
|
|
14
|
+
"/api/retry-project/route": "/api/retry-project",
|
|
15
|
+
"/favicon.ico/route": "/favicon.ico",
|
|
16
|
+
"/api/mock-file/route": "/api/mock-file",
|
|
17
|
+
"/api/project-config/route": "/api/project-config",
|
|
18
|
+
"/configuration/page": "/configuration",
|
|
19
|
+
"/page": "/",
|
|
20
|
+
"/initialization/page": "/initialization"
|
|
21
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"polyfillFiles": [
|
|
3
|
+
"static/chunks/polyfills-42372ed130431b0a.js"
|
|
4
|
+
],
|
|
5
|
+
"devFiles": [],
|
|
6
|
+
"ampDevFiles": [],
|
|
7
|
+
"lowPriorityFiles": [
|
|
8
|
+
"static/stSAKws68akBgeDAAHOBI/_buildManifest.js",
|
|
9
|
+
"static/stSAKws68akBgeDAAHOBI/_ssgManifest.js"
|
|
10
|
+
],
|
|
11
|
+
"rootMainFiles": [
|
|
12
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
13
|
+
"static/chunks/b8f30182-a6d2a523c696fa81.js",
|
|
14
|
+
"static/chunks/180-8dacaec05f53f53f.js",
|
|
15
|
+
"static/chunks/main-app-204ad1b9f48b1359.js"
|
|
16
|
+
],
|
|
17
|
+
"rootMainFilesTree": {},
|
|
18
|
+
"pages": {
|
|
19
|
+
"/_app": [
|
|
20
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
21
|
+
"static/chunks/framework-4f3c796c070f0605.js",
|
|
22
|
+
"static/chunks/main-5057d359c86395ff.js",
|
|
23
|
+
"static/chunks/pages/_app-3679013cc4e97ce6.js"
|
|
24
|
+
],
|
|
25
|
+
"/_error": [
|
|
26
|
+
"static/chunks/webpack-c15acc5db8adea14.js",
|
|
27
|
+
"static/chunks/framework-4f3c796c070f0605.js",
|
|
28
|
+
"static/chunks/main-5057d359c86395ff.js",
|
|
29
|
+
"static/chunks/pages/_error-0822a2d0b86fca98.js"
|
|
30
|
+
]
|
|
31
|
+
},
|
|
32
|
+
"ampFirstPages": []
|
|
33
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"encryption.key":"9WclG5m/aHBdYHRQVcyqHpi7spjhQSuiw9nNMrmEUoc=","encryption.expire_at":1752308883700}
|