commandmate 0.1.11 → 0.2.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/.env.example +4 -9
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +25 -25
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +7 -7
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +7 -7
- package/.next/required-server-files.json +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 +2 -2
- package/.next/server/app/api/hooks/claude-done/route.js +1 -19
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route.js +36 -0
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -0
- package/.next/server/app/api/repositories/excluded.body +1 -0
- package/.next/server/app/api/repositories/excluded.meta +1 -0
- package/.next/server/app/api/repositories/restore/route.js +36 -0
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -0
- package/.next/server/app/api/repositories/route.js +36 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +36 -1
- package/.next/server/app/api/slash-commands/route.js +1 -1
- package/.next/server/app/api/slash-commands.body +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/index.html +2 -2
- package/.next/server/app/index.rsc +3 -3
- package/.next/server/app/page.js +7 -7
- 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/proxy/[...path]/route.js +2 -2
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +4 -4
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/simple-terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +12 -10
- package/.next/server/chunks/5488.js +36 -0
- package/.next/server/chunks/6550.js +1 -1
- package/.next/server/chunks/7425.js +53 -50
- package/.next/server/chunks/7536.js +1 -0
- package/.next/server/chunks/8174.js +23 -0
- package/.next/server/chunks/9367.js +19 -0
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +2 -28
- 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.json +1 -1
- package/.next/static/chunks/4327.740cc7fe2d0b5049.js +60 -0
- package/.next/static/chunks/4343-ebe884a2a80eb033.js +1 -0
- package/.next/static/chunks/6568-38a33aa67d82e12b.js +1 -0
- package/.next/static/chunks/816-c254f4e2406e696a.js +1 -0
- package/.next/static/chunks/app/layout-4804cfba519283cf.js +1 -0
- package/.next/static/chunks/app/page-3926224c4cdf315b.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/page-d64624eb67af57c0.js +1 -0
- package/.next/static/chunks/main-b6d727aa9248d4f2.js +1 -0
- package/.next/static/chunks/{webpack-3fc79fab9bb738d7.js → webpack-4f85dcef6279c6ee.js} +1 -1
- package/.next/static/css/28be35e4727ae7ef.css +3 -0
- package/.next/trace +5 -5
- package/.next/types/app/api/repositories/excluded/route.ts +343 -0
- package/.next/types/app/api/repositories/restore/route.ts +343 -0
- package/README.md +2 -2
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +2 -13
- package/dist/cli/commands/start.d.ts.map +1 -1
- package/dist/cli/commands/start.js +3 -7
- package/dist/cli/config/security-messages.d.ts +11 -0
- package/dist/cli/config/security-messages.d.ts.map +1 -0
- package/dist/cli/config/security-messages.js +29 -0
- package/dist/cli/types/index.d.ts +0 -1
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/utils/daemon.d.ts.map +1 -1
- package/dist/cli/utils/daemon.js +3 -7
- package/dist/cli/utils/env-setup.d.ts +0 -4
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +0 -14
- package/dist/cli/utils/security-logger.d.ts.map +1 -1
- package/dist/cli/utils/security-logger.js +1 -2
- package/dist/server/src/lib/auto-yes-manager.js +19 -12
- package/dist/server/src/lib/claude-poller.js +337 -0
- package/dist/server/src/lib/claude-session.js +134 -28
- package/dist/server/src/lib/cli-patterns.js +9 -2
- package/dist/server/src/lib/cli-tools/base.js +7 -1
- package/dist/server/src/lib/cli-tools/codex.js +14 -2
- package/dist/server/src/lib/cli-tools/manager.js +27 -0
- package/dist/server/src/lib/cli-tools/types.js +7 -0
- package/dist/server/src/lib/cli-tools/validation.js +41 -0
- package/dist/server/src/lib/db.js +23 -0
- package/dist/server/src/lib/env.js +0 -17
- package/dist/server/src/lib/logger.js +0 -4
- package/dist/server/src/lib/prompt-detector.js +129 -31
- package/dist/server/src/lib/ws-server.js +12 -1
- package/dist/server/src/types/sidebar.js +16 -31
- package/dist/server/src/types/slash-commands.js +2 -0
- package/package.json +1 -1
- package/.next/server/chunks/1318.js +0 -29
- package/.next/server/chunks/1528.js +0 -1
- package/.next/server/chunks/7213.js +0 -1
- package/.next/server/chunks/9703.js +0 -31
- package/.next/server/chunks/9723.js +0 -19
- package/.next/server/edge-runtime-webpack.js +0 -2
- package/.next/server/edge-runtime-webpack.js.map +0 -1
- package/.next/server/src/middleware.js +0 -14
- package/.next/server/src/middleware.js.map +0 -1
- package/.next/static/chunks/2853-d11a80b03c9a1640.js +0 -1
- package/.next/static/chunks/4327.3b84aa049900fdeb.js +0 -60
- package/.next/static/chunks/816-7e340dad784be28c.js +0 -1
- package/.next/static/chunks/9365-733d8c05712d2888.js +0 -1
- package/.next/static/chunks/app/layout-37e55f11dcc8b1bf.js +0 -1
- package/.next/static/chunks/app/page-fe35d61f14b90a51.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-720605c2fb074444.js +0 -1
- package/.next/static/chunks/main-a960f4a5e1a2f598.js +0 -1
- package/.next/static/css/376b339640084689.css +0 -3
- /package/.next/static/{gRNW5YXY43KqCKbCdaJoJ → bdUePCj-b9Gv5okYGp49O}/_buildManifest.js +0 -0
- /package/.next/static/{gRNW5YXY43KqCKbCdaJoJ → bdUePCj-b9Gv5okYGp49O}/_ssgManifest.js +0 -0
package/.env.example
CHANGED
|
@@ -13,20 +13,16 @@ CM_ROOT_DIR=/path/to/your/worktrees
|
|
|
13
13
|
CM_PORT=3000
|
|
14
14
|
|
|
15
15
|
# Bind address
|
|
16
|
-
# - 127.0.0.1: Localhost only (development
|
|
17
|
-
# - 0.0.0.0: All interfaces (production, auth
|
|
16
|
+
# - 127.0.0.1: Localhost only (development)
|
|
17
|
+
# - 0.0.0.0: All interfaces (production, reverse proxy auth recommended)
|
|
18
18
|
CM_BIND=127.0.0.1
|
|
19
19
|
|
|
20
20
|
# ===================================
|
|
21
21
|
# Security
|
|
22
22
|
# ===================================
|
|
23
23
|
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
# Optional when CM_BIND=127.0.0.1
|
|
27
|
-
# Generate a secure random token:
|
|
28
|
-
# openssl rand -hex 32
|
|
29
|
-
CM_AUTH_TOKEN=your-secret-token-here
|
|
24
|
+
# When CM_BIND=0.0.0.0, use a reverse proxy (e.g., Nginx) with authentication.
|
|
25
|
+
# See: docs/security-guide.md
|
|
30
26
|
|
|
31
27
|
# ===================================
|
|
32
28
|
# Database
|
|
@@ -64,6 +60,5 @@ CM_LOG_FORMAT=text
|
|
|
64
60
|
# MCBD_ROOT_DIR=/path/to/your/worktrees
|
|
65
61
|
# MCBD_PORT=3000
|
|
66
62
|
# MCBD_BIND=127.0.0.1
|
|
67
|
-
# MCBD_AUTH_TOKEN=your-secret-token-here
|
|
68
63
|
# MCBD_LOG_LEVEL=debug
|
|
69
64
|
# MCBD_LOG_FORMAT=text
|
package/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
bdUePCj-b9Gv5okYGp49O
|
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pages": {
|
|
3
3
|
"/_not-found/page": [
|
|
4
|
-
"static/chunks/webpack-
|
|
4
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
5
5
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
6
6
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
7
7
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
8
8
|
"static/chunks/app/_not-found/page-a9d04e58c81115ec.js"
|
|
9
9
|
],
|
|
10
10
|
"/layout": [
|
|
11
|
-
"static/chunks/webpack-
|
|
11
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
12
12
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
13
13
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
14
14
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
15
|
-
"static/css/
|
|
16
|
-
"static/chunks/816-
|
|
17
|
-
"static/chunks/app/layout-
|
|
15
|
+
"static/css/28be35e4727ae7ef.css",
|
|
16
|
+
"static/chunks/816-c254f4e2406e696a.js",
|
|
17
|
+
"static/chunks/app/layout-4804cfba519283cf.js"
|
|
18
|
+
],
|
|
19
|
+
"/worktrees/[id]/files/[...path]/page": [
|
|
20
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
21
|
+
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
22
|
+
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
23
|
+
"static/chunks/main-app-420d93e43682fee5.js",
|
|
24
|
+
"static/chunks/4851-45df4d388db5623f.js",
|
|
25
|
+
"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js"
|
|
18
26
|
],
|
|
19
27
|
"/page": [
|
|
20
|
-
"static/chunks/webpack-
|
|
28
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
21
29
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
22
30
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
23
31
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
24
32
|
"static/chunks/7648-325564a6e12a3257.js",
|
|
25
|
-
"static/chunks/
|
|
33
|
+
"static/chunks/4343-ebe884a2a80eb033.js",
|
|
26
34
|
"static/chunks/6725-f7607851b7d57eb1.js",
|
|
27
|
-
"static/chunks/816-
|
|
28
|
-
"static/chunks/
|
|
29
|
-
"static/chunks/app/page-
|
|
35
|
+
"static/chunks/816-c254f4e2406e696a.js",
|
|
36
|
+
"static/chunks/6568-38a33aa67d82e12b.js",
|
|
37
|
+
"static/chunks/app/page-3926224c4cdf315b.js"
|
|
30
38
|
],
|
|
31
39
|
"/worktrees/[id]/page": [
|
|
32
|
-
"static/chunks/webpack-
|
|
40
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
33
41
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
34
42
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
35
43
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
36
44
|
"static/css/5eacd01f773eed7f.css",
|
|
37
45
|
"static/chunks/7648-325564a6e12a3257.js",
|
|
38
46
|
"static/chunks/4851-45df4d388db5623f.js",
|
|
39
|
-
"static/chunks/
|
|
47
|
+
"static/chunks/4343-ebe884a2a80eb033.js",
|
|
40
48
|
"static/chunks/2957-327e43ef4c12808f.js",
|
|
41
|
-
"static/chunks/816-
|
|
42
|
-
"static/chunks/
|
|
43
|
-
"static/chunks/app/worktrees/[id]/page-
|
|
49
|
+
"static/chunks/816-c254f4e2406e696a.js",
|
|
50
|
+
"static/chunks/6568-38a33aa67d82e12b.js",
|
|
51
|
+
"static/chunks/app/worktrees/[id]/page-d64624eb67af57c0.js"
|
|
44
52
|
],
|
|
45
53
|
"/worktrees/[id]/simple-terminal/page": [
|
|
46
|
-
"static/chunks/webpack-
|
|
54
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
47
55
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
48
56
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
49
57
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
50
58
|
"static/chunks/7648-325564a6e12a3257.js",
|
|
51
59
|
"static/chunks/app/worktrees/[id]/simple-terminal/page-16feb3e86e42f4d1.js"
|
|
52
60
|
],
|
|
53
|
-
"/worktrees/[id]/files/[...path]/page": [
|
|
54
|
-
"static/chunks/webpack-3fc79fab9bb738d7.js",
|
|
55
|
-
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
56
|
-
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
57
|
-
"static/chunks/main-app-420d93e43682fee5.js",
|
|
58
|
-
"static/chunks/4851-45df4d388db5623f.js",
|
|
59
|
-
"static/chunks/app/worktrees/[id]/files/[...path]/page-9e5adf57cbbbdf05.js"
|
|
60
|
-
],
|
|
61
61
|
"/worktrees/[id]/terminal/page": [
|
|
62
|
-
"static/chunks/webpack-
|
|
62
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
63
63
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
64
64
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
65
65
|
"static/chunks/main-app-420d93e43682fee5.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"/_not-found/page":"/_not-found","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/
|
|
1
|
+
{"/_not-found/page":"/_not-found","/api/hooks/claude-done/route":"/api/hooks/claude-done","/api/repositories/clone/[jobId]/route":"/api/repositories/clone/[jobId]","/api/repositories/clone/route":"/api/repositories/clone","/api/repositories/excluded/route":"/api/repositories/excluded","/api/repositories/restore/route":"/api/repositories/restore","/api/repositories/route":"/api/repositories","/api/repositories/scan/route":"/api/repositories/scan","/api/repositories/sync/route":"/api/repositories/sync","/api/slash-commands/route":"/api/slash-commands","/api/worktrees/[id]/auto-yes/route":"/api/worktrees/[id]/auto-yes","/api/worktrees/[id]/capture/route":"/api/worktrees/[id]/capture","/api/worktrees/[id]/cli-tool/route":"/api/worktrees/[id]/cli-tool","/api/worktrees/[id]/current-output/route":"/api/worktrees/[id]/current-output","/api/worktrees/[id]/interrupt/route":"/api/worktrees/[id]/interrupt","/api/worktrees/[id]/kill-session/route":"/api/worktrees/[id]/kill-session","/api/worktrees/[id]/files/[...path]/route":"/api/worktrees/[id]/files/[...path]","/api/worktrees/[id]/logs/[filename]/route":"/api/worktrees/[id]/logs/[filename]","/api/worktrees/[id]/memos/[memoId]/route":"/api/worktrees/[id]/memos/[memoId]","/api/worktrees/[id]/memos/route":"/api/worktrees/[id]/memos","/api/worktrees/[id]/respond/route":"/api/worktrees/[id]/respond","/api/worktrees/[id]/logs/route":"/api/worktrees/[id]/logs","/api/worktrees/[id]/messages/route":"/api/worktrees/[id]/messages","/api/worktrees/[id]/prompt-response/route":"/api/worktrees/[id]/prompt-response","/api/worktrees/[id]/route":"/api/worktrees/[id]","/api/worktrees/[id]/search/route":"/api/worktrees/[id]/search","/api/worktrees/[id]/send/route":"/api/worktrees/[id]/send","/api/worktrees/[id]/slash-commands/route":"/api/worktrees/[id]/slash-commands","/api/worktrees/[id]/start-polling/route":"/api/worktrees/[id]/start-polling","/api/worktrees/[id]/terminal/route":"/api/worktrees/[id]/terminal","/api/worktrees/[id]/tree/[...path]/route":"/api/worktrees/[id]/tree/[...path]","/api/worktrees/[id]/tree/route":"/api/worktrees/[id]/tree","/api/worktrees/[id]/upload/[...path]/route":"/api/worktrees/[id]/upload/[...path]","/api/worktrees/[id]/viewed/route":"/api/worktrees/[id]/viewed","/apple-icon.png/route":"/apple-icon.png","/icon.png/route":"/icon.png","/worktrees/[id]/files/[...path]/page":"/worktrees/[id]/files/[...path]","/page":"/","/worktrees/[id]/page":"/worktrees/[id]","/worktrees/[id]/simple-terminal/page":"/worktrees/[id]/simple-terminal","/worktrees/[id]/terminal/page":"/worktrees/[id]/terminal","/api/external-apps/[id]/health/route":"/api/external-apps/[id]/health","/api/external-apps/route":"/api/external-apps","/api/external-apps/[id]/route":"/api/external-apps/[id]","/api/worktrees/route":"/api/worktrees","/proxy/[...path]/route":"/proxy/[...path]"}
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/bdUePCj-b9Gv5okYGp49O/_buildManifest.js",
|
|
9
|
+
"static/bdUePCj-b9Gv5okYGp49O/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
|
-
"static/chunks/webpack-
|
|
12
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
13
13
|
"static/chunks/fd9d1056-bbe86e4ae099d5cd.js",
|
|
14
14
|
"static/chunks/2117-d845c2cd62e344a6.js",
|
|
15
15
|
"static/chunks/main-app-420d93e43682fee5.js"
|
|
16
16
|
],
|
|
17
17
|
"pages": {
|
|
18
18
|
"/_app": [
|
|
19
|
-
"static/chunks/webpack-
|
|
19
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
20
20
|
"static/chunks/framework-8e0e0f4a6b83a956.js",
|
|
21
|
-
"static/chunks/main-
|
|
21
|
+
"static/chunks/main-b6d727aa9248d4f2.js",
|
|
22
22
|
"static/chunks/pages/_app-3c9ca398d360b709.js"
|
|
23
23
|
],
|
|
24
24
|
"/_error": [
|
|
25
|
-
"static/chunks/webpack-
|
|
25
|
+
"static/chunks/webpack-4f85dcef6279c6ee.js",
|
|
26
26
|
"static/chunks/framework-8e0e0f4a6b83a956.js",
|
|
27
|
-
"static/chunks/main-
|
|
27
|
+
"static/chunks/main-b6d727aa9248d4f2.js",
|
|
28
28
|
"static/chunks/pages/_error-cf5ca766ac8f493f.js"
|
|
29
29
|
]
|
|
30
30
|
},
|