Skip to content

Commit 9ccbde3

Browse files
committed
New ui with terminal interface
1 parent 2c56556 commit 9ccbde3

File tree

133 files changed

+10773
-185
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+10773
-185
lines changed

.next/app-build-manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"pages": {
3+
"/layout": [
4+
"static/chunks/webpack.js",
5+
"static/chunks/main-app.js",
6+
"static/css/app/layout.css",
7+
"static/chunks/app/layout.js"
8+
],
9+
"/page": [
10+
"static/chunks/webpack.js",
11+
"static/chunks/main-app.js",
12+
"static/chunks/app/page.js"
13+
]
14+
}
15+
}

.next/build-manifest.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [],
6+
"ampDevFiles": [],
7+
"lowPriorityFiles": [
8+
"static/development/_buildManifest.js",
9+
"static/development/_ssgManifest.js"
10+
],
11+
"rootMainFiles": [
12+
"static/chunks/webpack.js",
13+
"static/chunks/main-app.js"
14+
],
15+
"rootMainFilesTree": {},
16+
"pages": {
17+
"/_app": []
18+
},
19+
"ampFirstPages": []
20+
}

.next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "commonjs"}

.next/prerender-manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": 4,
3+
"routes": {},
4+
"dynamicRoutes": {},
5+
"notFoundRoutes": [],
6+
"preview": {
7+
"previewModeId": "ffd9d0f430bcf6e4d2909e1d8348ec94",
8+
"previewModeSigningKey": "9af141f5080e47dcaf908a0f773b27ff100b104f7340f019cbc644f7f8de8f43",
9+
"previewModeEncryptionKey": "f6f0f8b5c1e04bb86fbe2cb1c0b565bcf68061ee93dc050f50db9c7cc4c649ad"
10+
}
11+
}

.next/react-loadable-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.next/routes-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":3,"caseSensitive":false,"basePath":"","rewrites":{"beforeFiles":[],"afterFiles":[],"fallback":[]},"redirects":[{"source":"/:path+/","destination":"/:path+","permanent":true,"internal":true,"regex":"^(?:\\/((?:[^\\/]+?)(?:\\/(?:[^\\/]+?))*))\\/$"}],"headers":[]}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"/page": "app/page.js"
3+
}

.next/server/app/page.js

Lines changed: 283 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/app/page_client-reference-manifest.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]"

0 commit comments

Comments
 (0)