reflex-agent 0.2.2 → 0.2.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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +103 -103
- package/.next/app-path-routes-manifest.json +9 -9
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +3 -51
- package/.next/react-loadable-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/agents/[agentId]/page.js +1 -1
- package/.next/server/app/agents/[agentId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route.js +1 -1
- package/.next/server/app/api/agents/[agentId]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/images/[rootId]/[file]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/callback/route.js +2 -2
- package/.next/server/app/api/oauth/callback/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/oauth/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/attachments/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route.js +2 -2
- package/.next/server/app/api/roots/[id]/chat/[topicId]/stream/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route.js.nft.json +1 -1
- package/.next/server/app/api/roots/[id]/dashboard/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route.js +1 -1
- package/.next/server/app/api/roots/[id]/suggestions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/bundle.js/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-api.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/host-ui.mjs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/iframe/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/utilities/[scope]/[id]/style.css/route_client-reference-manifest.js +1 -1
- package/.next/server/app/audit/page.js +1 -1
- package/.next/server/app/audit/page.js.nft.json +1 -1
- package/.next/server/app/audit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/onboarding/page.js +2 -2
- package/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js +3 -3
- package/.next/server/app/roots/[id]/chat/[topicId]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/chat/[topicId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js +3 -3
- package/.next/server/app/roots/[id]/kb/[...slug]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/kb/[...slug]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/page.js +2 -2
- package/.next/server/app/roots/[id]/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/[wfId]/page.js +2 -2
- package/.next/server/app/roots/[id]/workflows/[wfId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js +1 -1
- package/.next/server/app/roots/[id]/workflows/page.js.nft.json +1 -1
- package/.next/server/app/roots/[id]/workflows/page_client-reference-manifest.js +1 -1
- package/.next/server/app/roots/new/page.js +2 -2
- package/.next/server/app/roots/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/settings/page.js +4 -4
- package/.next/server/app/settings/page.js.nft.json +1 -1
- package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/file/page.js +2 -2
- package/.next/server/app/share/[id]/file/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[id]/page.js +2 -2
- package/.next/server/app/share/[id]/page.js.nft.json +1 -1
- package/.next/server/app/share/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page.js +2 -2
- package/.next/server/app/utilities/[scope]/[id]/page.js.nft.json +1 -1
- package/.next/server/app/utilities/[scope]/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/utilities/page.js +4 -4
- package/.next/server/app/utilities/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +9 -9
- package/.next/server/chunks/133.js +6 -6
- package/.next/server/chunks/1960.js +1 -1
- package/.next/server/chunks/1986.js +1 -1
- package/.next/server/chunks/2528.js +4 -0
- package/.next/server/chunks/3332.js +1 -1
- package/.next/server/chunks/4031.js +1 -1
- package/.next/server/chunks/4065.js +1 -0
- package/.next/server/chunks/6909.js +3 -3
- package/.next/server/chunks/{2977.js → 6981.js} +1 -1
- package/.next/server/chunks/7017.js +3 -0
- package/.next/server/chunks/7800.js +1 -0
- package/.next/server/chunks/8494.js +1 -0
- package/.next/server/chunks/9098.js +1 -1
- package/.next/server/chunks/9328.js +1 -1
- package/.next/server/chunks/{4567.js → 9423.js} +2 -2
- package/.next/server/chunks/9455.js +1 -0
- package/.next/server/chunks/9579.js +1 -1
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/{1521-747af538ca131a44.js → 1384-d28fb6c6c058876f.js} +1 -1
- package/.next/static/chunks/2718-78fee2c0de782178.js +1 -0
- package/.next/static/chunks/4108.1ef6b5e7679b56ac.js +1 -0
- package/.next/static/chunks/7238-11701befb3ca3e41.js +1 -0
- package/.next/static/chunks/7951-590bf2004d7935b5.js +1 -0
- package/.next/static/chunks/8423-ffded33a21b27360.js +1 -0
- package/.next/static/chunks/app/layout-4fbf9f91ad45e221.js +1 -0
- package/.next/static/chunks/app/onboarding/{page-21cb4c231aa388b2.js → page-532b193d1c4b0dee.js} +1 -1
- package/.next/static/chunks/app/page-e3ec0990b78ce7c7.js +1 -0
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js +1 -0
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-d8757a85e873dfa1.js +1 -0
- package/.next/static/chunks/app/roots/[id]/page-76216026efb90ae0.js +1 -0
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-c4b6e3825f8626f5.js +1 -0
- package/.next/static/chunks/app/roots/new/page-53ea8d2787e79425.js +1 -0
- package/.next/static/chunks/app/settings/page-7ebaf2b62f256538.js +1 -0
- package/.next/static/chunks/app/share/[id]/page-d5bbbb7e454d1375.js +1 -0
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-e2f928a37483d113.js +1 -0
- package/.next/static/chunks/app/utilities/page-839262ff726a52a2.js +1 -0
- package/.next/static/chunks/{webpack-5a9c11af9261dd8a.js → webpack-87b4bb79fdc48563.js} +1 -1
- package/.next/trace +46 -46
- package/dist/bin/preload.js +12 -4
- package/dist/bin/preload.js.map +1 -1
- package/dist/lib/reflex/commands/start.js +33 -0
- package/dist/lib/reflex/commands/start.js.map +1 -1
- package/lib/server/utilities/worker-bootstrap.js +87 -0
- package/package.json +2 -1
- package/.next/server/app/roots/new.html +0 -1
- package/.next/server/app/roots/new.meta +0 -7
- package/.next/server/app/roots/new.rsc +0 -21
- package/.next/server/app/settings.html +0 -1
- package/.next/server/app/settings.meta +0 -7
- package/.next/server/app/settings.rsc +0 -22
- package/.next/server/chunks/1455.js +0 -1
- package/.next/server/chunks/3076.js +0 -1
- package/.next/server/chunks/3610.js +0 -1
- package/.next/server/chunks/6809.js +0 -3
- package/.next/server/chunks/9731.js +0 -4
- package/.next/server/chunks/9905.js +0 -1
- package/.next/static/chunks/2641-a7e626d59cd967e8.js +0 -1
- package/.next/static/chunks/2994-8b82d24eeb6d4a3d.js +0 -1
- package/.next/static/chunks/4108.610ef39d7984f25f.js +0 -1
- package/.next/static/chunks/6330-d46c4ceb6e522567.js +0 -1
- package/.next/static/chunks/9837-49687140bc7ce084.js +0 -1
- package/.next/static/chunks/app/layout-e51afdc17d552d1a.js +0 -1
- package/.next/static/chunks/app/page-1fa224b4a5160227.js +0 -1
- package/.next/static/chunks/app/roots/[id]/chat/[topicId]/page-495551937b420b76.js +0 -1
- package/.next/static/chunks/app/roots/[id]/kb/[...slug]/page-1b67558878e2cc43.js +0 -1
- package/.next/static/chunks/app/roots/[id]/page-0431ab3465b742f1.js +0 -1
- package/.next/static/chunks/app/roots/[id]/workflows/[wfId]/page-62fa8cfbf3c85457.js +0 -1
- package/.next/static/chunks/app/roots/new/page-918f809668694de6.js +0 -1
- package/.next/static/chunks/app/settings/page-9cf2f101424ec84c.js +0 -1
- package/.next/static/chunks/app/share/[id]/page-325593b9c70ca17c.js +0 -1
- package/.next/static/chunks/app/utilities/[scope]/[id]/page-fe0e445961d83cc2.js +0 -1
- package/.next/static/chunks/app/utilities/page-a1359423e5a9e7de.js +0 -1
- /package/.next/static/{6-mOMrzbiPmI97utKVIuW → vTfQfQnAWV_hFVZjWEYvZ}/_buildManifest.js +0 -0
- /package/.next/static/{6-mOMrzbiPmI97utKVIuW → vTfQfQnAWV_hFVZjWEYvZ}/_ssgManifest.js +0 -0
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
vTfQfQnAWV_hFVZjWEYvZ
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
5
5
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
6
6
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
7
7
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-ffead1b4e248e14d.js"
|
|
9
9
|
],
|
|
10
10
|
"/layout": [
|
|
11
|
-
"static/chunks/webpack-
|
|
11
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
12
12
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
13
13
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
14
14
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -17,122 +17,122 @@
|
|
|
17
17
|
"static/chunks/1217-407174d9b164a499.js",
|
|
18
18
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
19
19
|
"static/chunks/9045-731ff0865352dd95.js",
|
|
20
|
-
"static/chunks/app/layout-
|
|
20
|
+
"static/chunks/app/layout-4fbf9f91ad45e221.js"
|
|
21
21
|
],
|
|
22
22
|
"/api/images/[rootId]/[file]/route": [
|
|
23
|
-
"static/chunks/webpack-
|
|
23
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
24
24
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
25
25
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
26
26
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
27
27
|
"static/chunks/app/api/images/[rootId]/[file]/route-7e2f82a91b10b7e2.js"
|
|
28
28
|
],
|
|
29
29
|
"/api/oauth/start/route": [
|
|
30
|
-
"static/chunks/webpack-
|
|
30
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
31
31
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
32
32
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
33
33
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
34
34
|
"static/chunks/app/api/oauth/start/route-7e2f82a91b10b7e2.js"
|
|
35
35
|
],
|
|
36
|
-
"/api/
|
|
37
|
-
"static/chunks/webpack-
|
|
36
|
+
"/api/agents/[agentId]/respond/route": [
|
|
37
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
38
38
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
39
39
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
40
40
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
41
|
-
"static/chunks/app/api/
|
|
41
|
+
"static/chunks/app/api/agents/[agentId]/respond/route-7e2f82a91b10b7e2.js"
|
|
42
42
|
],
|
|
43
|
-
"/api/
|
|
44
|
-
"static/chunks/webpack-
|
|
43
|
+
"/api/oauth/callback/route": [
|
|
44
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
45
45
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
46
46
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
47
47
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
48
|
-
"static/chunks/app/api/
|
|
48
|
+
"static/chunks/app/api/oauth/callback/route-7e2f82a91b10b7e2.js"
|
|
49
49
|
],
|
|
50
50
|
"/api/roots/[id]/chat/[topicId]/stop/route": [
|
|
51
|
-
"static/chunks/webpack-
|
|
51
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
52
52
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
53
53
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
54
54
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
55
55
|
"static/chunks/app/api/roots/[id]/chat/[topicId]/stop/route-7e2f82a91b10b7e2.js"
|
|
56
56
|
],
|
|
57
|
-
"/api/roots/[id]/
|
|
58
|
-
"static/chunks/webpack-
|
|
57
|
+
"/api/roots/[id]/attachments/route": [
|
|
58
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
59
59
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
60
60
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
61
61
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
62
|
-
"static/chunks/app/api/roots/[id]/
|
|
62
|
+
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
63
63
|
],
|
|
64
|
-
"/api/roots/[id]/chat/[topicId]/
|
|
65
|
-
"static/chunks/webpack-
|
|
64
|
+
"/api/roots/[id]/chat/[topicId]/send/route": [
|
|
65
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
66
66
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
67
67
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
68
68
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
69
|
-
"static/chunks/app/api/roots/[id]/chat/[topicId]/
|
|
69
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/send/route-7e2f82a91b10b7e2.js"
|
|
70
70
|
],
|
|
71
71
|
"/api/roots/[id]/dashboard/route": [
|
|
72
|
-
"static/chunks/webpack-
|
|
72
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
73
73
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
74
74
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
75
75
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
76
76
|
"static/chunks/app/api/roots/[id]/dashboard/route-7e2f82a91b10b7e2.js"
|
|
77
77
|
],
|
|
78
|
-
"/api/roots/[id]/attachments/route": [
|
|
79
|
-
"static/chunks/webpack-5a9c11af9261dd8a.js",
|
|
80
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
81
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
82
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
83
|
-
"static/chunks/app/api/roots/[id]/attachments/route-7e2f82a91b10b7e2.js"
|
|
84
|
-
],
|
|
85
78
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": [
|
|
86
|
-
"static/chunks/webpack-
|
|
79
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
87
80
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
88
81
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
89
82
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
90
83
|
"static/chunks/app/api/utilities/[scope]/[id]/host-api.mjs/route-7e2f82a91b10b7e2.js"
|
|
91
84
|
],
|
|
92
85
|
"/api/roots/[id]/suggestions/route": [
|
|
93
|
-
"static/chunks/webpack-
|
|
86
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
94
87
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
95
88
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
96
89
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
97
90
|
"static/chunks/app/api/roots/[id]/suggestions/route-7e2f82a91b10b7e2.js"
|
|
98
91
|
],
|
|
92
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": [
|
|
93
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
94
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
95
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
96
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
97
|
+
"static/chunks/app/api/roots/[id]/chat/[topicId]/stream/route-7e2f82a91b10b7e2.js"
|
|
98
|
+
],
|
|
99
99
|
"/api/utilities/[scope]/[id]/bundle.js/route": [
|
|
100
|
-
"static/chunks/webpack-
|
|
100
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
101
101
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
102
102
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
103
103
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
104
104
|
"static/chunks/app/api/utilities/[scope]/[id]/bundle.js/route-7e2f82a91b10b7e2.js"
|
|
105
105
|
],
|
|
106
106
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": [
|
|
107
|
-
"static/chunks/webpack-
|
|
107
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
108
108
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
109
109
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
110
110
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
111
111
|
"static/chunks/app/api/utilities/[scope]/[id]/host-ui.mjs/route-7e2f82a91b10b7e2.js"
|
|
112
112
|
],
|
|
113
|
-
"/api/utilities/[scope]/[id]/
|
|
114
|
-
"static/chunks/webpack-
|
|
113
|
+
"/api/utilities/[scope]/[id]/host/route": [
|
|
114
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
115
115
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
116
116
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
117
117
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
118
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
118
|
+
"static/chunks/app/api/utilities/[scope]/[id]/host/route-7e2f82a91b10b7e2.js"
|
|
119
119
|
],
|
|
120
|
-
"/api/utilities/[scope]/[id]/
|
|
121
|
-
"static/chunks/webpack-
|
|
120
|
+
"/api/utilities/[scope]/[id]/style.css/route": [
|
|
121
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
122
122
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
123
123
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
124
124
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
125
|
-
"static/chunks/app/api/utilities/[scope]/[id]/
|
|
125
|
+
"static/chunks/app/api/utilities/[scope]/[id]/style.css/route-7e2f82a91b10b7e2.js"
|
|
126
126
|
],
|
|
127
127
|
"/api/utilities/[scope]/[id]/iframe/route": [
|
|
128
|
-
"static/chunks/webpack-
|
|
128
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
129
129
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
130
130
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
131
131
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
132
132
|
"static/chunks/app/api/utilities/[scope]/[id]/iframe/route-7e2f82a91b10b7e2.js"
|
|
133
133
|
],
|
|
134
134
|
"/agents/[agentId]/page": [
|
|
135
|
-
"static/chunks/webpack-
|
|
135
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
136
136
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
137
137
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
138
138
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"static/chunks/app/agents/[agentId]/page-0b5c2838354d0eba.js"
|
|
143
143
|
],
|
|
144
144
|
"/page": [
|
|
145
|
-
"static/chunks/webpack-
|
|
145
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
146
146
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
147
147
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
148
148
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -151,70 +151,62 @@
|
|
|
151
151
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
152
152
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
153
153
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
154
|
-
"static/chunks/
|
|
155
|
-
"static/chunks/app/page-
|
|
154
|
+
"static/chunks/7238-11701befb3ca3e41.js",
|
|
155
|
+
"static/chunks/app/page-e3ec0990b78ce7c7.js"
|
|
156
156
|
],
|
|
157
|
-
"/
|
|
158
|
-
"static/chunks/webpack-
|
|
157
|
+
"/onboarding/page": [
|
|
158
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
159
159
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
160
160
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
161
161
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
162
|
-
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
163
|
-
"static/chunks/1217-407174d9b164a499.js",
|
|
164
|
-
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
165
162
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
166
|
-
"static/chunks/
|
|
167
|
-
"static/chunks/app/settings/page-9cf2f101424ec84c.js"
|
|
163
|
+
"static/chunks/app/onboarding/page-532b193d1c4b0dee.js"
|
|
168
164
|
],
|
|
169
|
-
"/
|
|
170
|
-
"static/chunks/webpack-
|
|
165
|
+
"/audit/page": [
|
|
166
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
171
167
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
172
168
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
173
169
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
174
170
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
175
171
|
"static/chunks/1217-407174d9b164a499.js",
|
|
176
172
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
177
|
-
"static/chunks/
|
|
178
|
-
"static/chunks/app/roots/new/page-918f809668694de6.js"
|
|
179
|
-
],
|
|
180
|
-
"/onboarding/page": [
|
|
181
|
-
"static/chunks/webpack-5a9c11af9261dd8a.js",
|
|
182
|
-
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
183
|
-
"static/chunks/146-ccee3b26755b68c8.js",
|
|
184
|
-
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
185
|
-
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
186
|
-
"static/chunks/app/onboarding/page-21cb4c231aa388b2.js"
|
|
173
|
+
"static/chunks/app/audit/page-e3445076d462aa80.js"
|
|
187
174
|
],
|
|
188
|
-
"/
|
|
189
|
-
"static/chunks/webpack-
|
|
175
|
+
"/settings/page": [
|
|
176
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
190
177
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
191
178
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
192
179
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
193
180
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
194
181
|
"static/chunks/1217-407174d9b164a499.js",
|
|
195
182
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
196
|
-
"static/chunks/
|
|
183
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
184
|
+
"static/chunks/5235-990ba9c4c8446446.js",
|
|
185
|
+
"static/chunks/app/settings/page-7ebaf2b62f256538.js"
|
|
197
186
|
],
|
|
198
|
-
"/share/[id]/
|
|
199
|
-
"static/chunks/webpack-
|
|
187
|
+
"/share/[id]/page": [
|
|
188
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
200
189
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
201
190
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
202
191
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
203
192
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
204
|
-
"static/chunks/
|
|
193
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
194
|
+
"static/chunks/1384-d28fb6c6c058876f.js",
|
|
195
|
+
"static/chunks/app/share/[id]/page-d5bbbb7e454d1375.js"
|
|
205
196
|
],
|
|
206
|
-
"/
|
|
207
|
-
"static/chunks/webpack-
|
|
197
|
+
"/roots/new/page": [
|
|
198
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
208
199
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
209
200
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
210
201
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
211
202
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
203
|
+
"static/chunks/1217-407174d9b164a499.js",
|
|
204
|
+
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
212
205
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
213
|
-
"static/chunks/
|
|
214
|
-
"static/chunks/app/share/[id]/page-325593b9c70ca17c.js"
|
|
206
|
+
"static/chunks/app/roots/new/page-53ea8d2787e79425.js"
|
|
215
207
|
],
|
|
216
208
|
"/utilities/[scope]/[id]/page": [
|
|
217
|
-
"static/chunks/webpack-
|
|
209
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
218
210
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
219
211
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
220
212
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -222,11 +214,19 @@
|
|
|
222
214
|
"static/chunks/1217-407174d9b164a499.js",
|
|
223
215
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
224
216
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
225
|
-
"static/chunks/
|
|
226
|
-
"static/chunks/app/utilities/[scope]/[id]/page-
|
|
217
|
+
"static/chunks/1384-d28fb6c6c058876f.js",
|
|
218
|
+
"static/chunks/app/utilities/[scope]/[id]/page-e2f928a37483d113.js"
|
|
219
|
+
],
|
|
220
|
+
"/share/[id]/file/page": [
|
|
221
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
222
|
+
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
223
|
+
"static/chunks/146-ccee3b26755b68c8.js",
|
|
224
|
+
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
225
|
+
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
226
|
+
"static/chunks/app/share/[id]/file/page-93e0105d7903f777.js"
|
|
227
227
|
],
|
|
228
228
|
"/utilities/page": [
|
|
229
|
-
"static/chunks/webpack-
|
|
229
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
230
230
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
231
231
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
232
232
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -234,17 +234,17 @@
|
|
|
234
234
|
"static/chunks/1217-407174d9b164a499.js",
|
|
235
235
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
236
236
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
237
|
-
"static/chunks/app/utilities/page-
|
|
237
|
+
"static/chunks/app/utilities/page-839262ff726a52a2.js"
|
|
238
238
|
],
|
|
239
239
|
"/roots/[id]/layout": [
|
|
240
|
-
"static/chunks/webpack-
|
|
240
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
241
241
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
242
242
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
243
243
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
244
244
|
"static/chunks/app/roots/[id]/layout-7e2f82a91b10b7e2.js"
|
|
245
245
|
],
|
|
246
246
|
"/roots/[id]/kb/[...slug]/page": [
|
|
247
|
-
"static/chunks/webpack-
|
|
247
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
248
248
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
249
249
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
250
250
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -254,13 +254,13 @@
|
|
|
254
254
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
255
255
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
256
256
|
"static/chunks/8775-890699c74c28df61.js",
|
|
257
|
-
"static/chunks/
|
|
258
|
-
"static/chunks/
|
|
259
|
-
"static/chunks/
|
|
260
|
-
"static/chunks/app/roots/[id]/kb/[...slug]/page-
|
|
257
|
+
"static/chunks/7238-11701befb3ca3e41.js",
|
|
258
|
+
"static/chunks/8423-ffded33a21b27360.js",
|
|
259
|
+
"static/chunks/2718-78fee2c0de782178.js",
|
|
260
|
+
"static/chunks/app/roots/[id]/kb/[...slug]/page-d8757a85e873dfa1.js"
|
|
261
261
|
],
|
|
262
262
|
"/roots/[id]/chat/[topicId]/page": [
|
|
263
|
-
"static/chunks/webpack-
|
|
263
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
264
264
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
265
265
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
266
266
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -271,24 +271,23 @@
|
|
|
271
271
|
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
272
272
|
"static/chunks/8775-890699c74c28df61.js",
|
|
273
273
|
"static/chunks/6568-e4d2de23d9f8d347.js",
|
|
274
|
-
"static/chunks/
|
|
275
|
-
"static/chunks/
|
|
276
|
-
"static/chunks/
|
|
277
|
-
"static/chunks/app/roots/[id]/chat/[topicId]/page-
|
|
274
|
+
"static/chunks/7238-11701befb3ca3e41.js",
|
|
275
|
+
"static/chunks/8423-ffded33a21b27360.js",
|
|
276
|
+
"static/chunks/7951-590bf2004d7935b5.js",
|
|
277
|
+
"static/chunks/app/roots/[id]/chat/[topicId]/page-11aad9a40def2e0d.js"
|
|
278
278
|
],
|
|
279
|
-
"/roots/[id]/workflows/
|
|
280
|
-
"static/chunks/webpack-
|
|
279
|
+
"/roots/[id]/workflows/page": [
|
|
280
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
281
281
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
282
282
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
283
283
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
284
284
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
285
285
|
"static/chunks/1217-407174d9b164a499.js",
|
|
286
286
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
287
|
-
"static/chunks/
|
|
288
|
-
"static/chunks/app/roots/[id]/workflows/[wfId]/page-62fa8cfbf3c85457.js"
|
|
287
|
+
"static/chunks/app/roots/[id]/workflows/page-e3445076d462aa80.js"
|
|
289
288
|
],
|
|
290
|
-
"/roots/[id]/page": [
|
|
291
|
-
"static/chunks/webpack-
|
|
289
|
+
"/roots/[id]/workflows/[wfId]/page": [
|
|
290
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
292
291
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
293
292
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
294
293
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
@@ -296,24 +295,25 @@
|
|
|
296
295
|
"static/chunks/1217-407174d9b164a499.js",
|
|
297
296
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
298
297
|
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
299
|
-
"static/chunks/
|
|
300
|
-
"static/chunks/8775-890699c74c28df61.js",
|
|
301
|
-
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
302
|
-
"static/chunks/9837-49687140bc7ce084.js",
|
|
303
|
-
"static/chunks/6330-d46c4ceb6e522567.js",
|
|
304
|
-
"static/chunks/2641-a7e626d59cd967e8.js",
|
|
305
|
-
"static/chunks/2994-8b82d24eeb6d4a3d.js",
|
|
306
|
-
"static/chunks/app/roots/[id]/page-0431ab3465b742f1.js"
|
|
298
|
+
"static/chunks/app/roots/[id]/workflows/[wfId]/page-c4b6e3825f8626f5.js"
|
|
307
299
|
],
|
|
308
|
-
"/roots/[id]/
|
|
309
|
-
"static/chunks/webpack-
|
|
300
|
+
"/roots/[id]/page": [
|
|
301
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
310
302
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
311
303
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
312
304
|
"static/chunks/main-app-ebe67847147d19aa.js",
|
|
313
305
|
"static/chunks/4400-cdb1f7913ae34e09.js",
|
|
314
306
|
"static/chunks/1217-407174d9b164a499.js",
|
|
315
307
|
"static/chunks/3335-5647a38ab2cfa88d.js",
|
|
316
|
-
"static/chunks/
|
|
308
|
+
"static/chunks/5097-f07f6aeee3f60a33.js",
|
|
309
|
+
"static/chunks/3954-fe27ff41d9bf012d.js",
|
|
310
|
+
"static/chunks/8775-890699c74c28df61.js",
|
|
311
|
+
"static/chunks/8566-5d4c89b722d9cee1.js",
|
|
312
|
+
"static/chunks/7238-11701befb3ca3e41.js",
|
|
313
|
+
"static/chunks/8423-ffded33a21b27360.js",
|
|
314
|
+
"static/chunks/7951-590bf2004d7935b5.js",
|
|
315
|
+
"static/chunks/2718-78fee2c0de782178.js",
|
|
316
|
+
"static/chunks/app/roots/[id]/page-76216026efb90ae0.js"
|
|
317
317
|
]
|
|
318
318
|
}
|
|
319
319
|
}
|
|
@@ -2,33 +2,33 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/api/images/[rootId]/[file]/route": "/api/images/[rootId]/[file]",
|
|
4
4
|
"/api/oauth/start/route": "/api/oauth/start",
|
|
5
|
-
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
6
5
|
"/api/agents/[agentId]/respond/route": "/api/agents/[agentId]/respond",
|
|
6
|
+
"/api/oauth/callback/route": "/api/oauth/callback",
|
|
7
7
|
"/api/roots/[id]/chat/[topicId]/stop/route": "/api/roots/[id]/chat/[topicId]/stop",
|
|
8
|
+
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
8
9
|
"/api/roots/[id]/chat/[topicId]/send/route": "/api/roots/[id]/chat/[topicId]/send",
|
|
9
|
-
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
10
10
|
"/api/roots/[id]/dashboard/route": "/api/roots/[id]/dashboard",
|
|
11
|
-
"/api/roots/[id]/attachments/route": "/api/roots/[id]/attachments",
|
|
12
11
|
"/api/utilities/[scope]/[id]/host-api.mjs/route": "/api/utilities/[scope]/[id]/host-api.mjs",
|
|
13
12
|
"/api/roots/[id]/suggestions/route": "/api/roots/[id]/suggestions",
|
|
13
|
+
"/api/roots/[id]/chat/[topicId]/stream/route": "/api/roots/[id]/chat/[topicId]/stream",
|
|
14
14
|
"/api/utilities/[scope]/[id]/bundle.js/route": "/api/utilities/[scope]/[id]/bundle.js",
|
|
15
15
|
"/api/utilities/[scope]/[id]/host-ui.mjs/route": "/api/utilities/[scope]/[id]/host-ui.mjs",
|
|
16
|
-
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
17
16
|
"/api/utilities/[scope]/[id]/host/route": "/api/utilities/[scope]/[id]/host",
|
|
17
|
+
"/api/utilities/[scope]/[id]/style.css/route": "/api/utilities/[scope]/[id]/style.css",
|
|
18
18
|
"/api/utilities/[scope]/[id]/iframe/route": "/api/utilities/[scope]/[id]/iframe",
|
|
19
19
|
"/agents/[agentId]/page": "/agents/[agentId]",
|
|
20
20
|
"/page": "/",
|
|
21
|
-
"/settings/page": "/settings",
|
|
22
|
-
"/roots/new/page": "/roots/new",
|
|
23
21
|
"/onboarding/page": "/onboarding",
|
|
24
22
|
"/audit/page": "/audit",
|
|
25
|
-
"/
|
|
23
|
+
"/settings/page": "/settings",
|
|
26
24
|
"/share/[id]/page": "/share/[id]",
|
|
25
|
+
"/roots/new/page": "/roots/new",
|
|
27
26
|
"/utilities/[scope]/[id]/page": "/utilities/[scope]/[id]",
|
|
27
|
+
"/share/[id]/file/page": "/share/[id]/file",
|
|
28
28
|
"/utilities/page": "/utilities",
|
|
29
29
|
"/roots/[id]/kb/[...slug]/page": "/roots/[id]/kb/[...slug]",
|
|
30
30
|
"/roots/[id]/chat/[topicId]/page": "/roots/[id]/chat/[topicId]",
|
|
31
|
+
"/roots/[id]/workflows/page": "/roots/[id]/workflows",
|
|
31
32
|
"/roots/[id]/workflows/[wfId]/page": "/roots/[id]/workflows/[wfId]",
|
|
32
|
-
"/roots/[id]/page": "/roots/[id]"
|
|
33
|
-
"/roots/[id]/workflows/page": "/roots/[id]/workflows"
|
|
33
|
+
"/roots/[id]/page": "/roots/[id]"
|
|
34
34
|
}
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/vTfQfQnAWV_hFVZjWEYvZ/_buildManifest.js",
|
|
9
|
+
"static/vTfQfQnAWV_hFVZjWEYvZ/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
13
13
|
"static/chunks/6fe292aa-7126ff9d6732e864.js",
|
|
14
14
|
"static/chunks/146-ccee3b26755b68c8.js",
|
|
15
15
|
"static/chunks/main-app-ebe67847147d19aa.js"
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"rootMainFilesTree": {},
|
|
18
18
|
"pages": {
|
|
19
19
|
"/_app": [
|
|
20
|
-
"static/chunks/webpack-
|
|
20
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
21
21
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
22
22
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
23
23
|
"static/chunks/pages/_app-bf8bc157ace53d59.js"
|
|
24
24
|
],
|
|
25
25
|
"/_error": [
|
|
26
|
-
"static/chunks/webpack-
|
|
26
|
+
"static/chunks/webpack-87b4bb79fdc48563.js",
|
|
27
27
|
"static/chunks/framework-aaa7c1a953276299.js",
|
|
28
28
|
"static/chunks/main-bfb98fc1d6aa1d45.js",
|
|
29
29
|
"static/chunks/pages/_error-da89ab2956f0cf38.js"
|
|
@@ -49,54 +49,6 @@
|
|
|
49
49
|
"x-next-revalidated-tags",
|
|
50
50
|
"x-next-revalidate-tag-token"
|
|
51
51
|
]
|
|
52
|
-
},
|
|
53
|
-
"/roots/new": {
|
|
54
|
-
"experimentalBypassFor": [
|
|
55
|
-
{
|
|
56
|
-
"type": "header",
|
|
57
|
-
"key": "next-action"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "header",
|
|
61
|
-
"key": "content-type",
|
|
62
|
-
"value": "multipart/form-data;.*"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"initialRevalidateSeconds": false,
|
|
66
|
-
"srcRoute": "/roots/new",
|
|
67
|
-
"dataRoute": "/roots/new.rsc",
|
|
68
|
-
"allowHeader": [
|
|
69
|
-
"host",
|
|
70
|
-
"x-matched-path",
|
|
71
|
-
"x-prerender-revalidate",
|
|
72
|
-
"x-prerender-revalidate-if-generated",
|
|
73
|
-
"x-next-revalidated-tags",
|
|
74
|
-
"x-next-revalidate-tag-token"
|
|
75
|
-
]
|
|
76
|
-
},
|
|
77
|
-
"/settings": {
|
|
78
|
-
"experimentalBypassFor": [
|
|
79
|
-
{
|
|
80
|
-
"type": "header",
|
|
81
|
-
"key": "next-action"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"type": "header",
|
|
85
|
-
"key": "content-type",
|
|
86
|
-
"value": "multipart/form-data;.*"
|
|
87
|
-
}
|
|
88
|
-
],
|
|
89
|
-
"initialRevalidateSeconds": false,
|
|
90
|
-
"srcRoute": "/settings",
|
|
91
|
-
"dataRoute": "/settings.rsc",
|
|
92
|
-
"allowHeader": [
|
|
93
|
-
"host",
|
|
94
|
-
"x-matched-path",
|
|
95
|
-
"x-prerender-revalidate",
|
|
96
|
-
"x-prerender-revalidate-if-generated",
|
|
97
|
-
"x-next-revalidated-tags",
|
|
98
|
-
"x-next-revalidate-tag-token"
|
|
99
|
-
]
|
|
100
52
|
}
|
|
101
53
|
},
|
|
102
54
|
"dynamicRoutes": {
|
|
@@ -153,8 +105,8 @@
|
|
|
153
105
|
},
|
|
154
106
|
"notFoundRoutes": [],
|
|
155
107
|
"preview": {
|
|
156
|
-
"previewModeId": "
|
|
157
|
-
"previewModeSigningKey": "
|
|
158
|
-
"previewModeEncryptionKey": "
|
|
108
|
+
"previewModeId": "1ffe520e66fb40c4cf4834adc6c691c0",
|
|
109
|
+
"previewModeSigningKey": "f5aa5dc8e75acb66d3d18008e5e327cc0a0833ae96370bec1cf621e138c35af3",
|
|
110
|
+
"previewModeEncryptionKey": "94dfddd8aa6af6ebece63d522baff3ec190fc97e6d9e48d50389ea0d73f957ca"
|
|
159
111
|
}
|
|
160
112
|
}
|