Skip to content

Commit 9b8f180

Browse files
committed
Next.js로 업데이트 -> Add new files and update configuration
1 parent 3a44604 commit 9b8f180

File tree

400 files changed

+25455
-198
lines changed

Some content is hidden

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

400 files changed

+25455
-198
lines changed

.next/app-build-manifest.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
"/settings/page": [
10+
"static/chunks/webpack.js",
11+
"static/chunks/main-app.js",
12+
"static/chunks/app/settings/page.js"
13+
],
14+
"/game/page": [
15+
"static/chunks/webpack.js",
16+
"static/chunks/main-app.js",
17+
"static/chunks/app/game/page.js"
18+
],
19+
"/page": [
20+
"static/chunks/webpack.js",
21+
"static/chunks/main-app.js",
22+
"static/chunks/app/page.js"
23+
]
24+
}
25+
}

.next/build-manifest.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [],
9+
"lowPriorityFiles": [
10+
"static/development/_buildManifest.js",
11+
"static/development/_ssgManifest.js"
12+
],
13+
"rootMainFiles": [
14+
"static/chunks/webpack.js",
15+
"static/chunks/main-app.js"
16+
],
17+
"pages": {
18+
"/_app": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/_app.js"
22+
],
23+
"/_error": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_error.js"
27+
]
28+
},
29+
"ampFirstPages": []
30+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.59 KB
Binary file not shown.
23.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
17.9 KB
Binary file not shown.
Binary file not shown.
3.05 KB
Binary file not shown.
4.71 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.13 KB
Binary file not shown.
3.63 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
8.63 KB
Binary file not shown.
15.6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21.7 KB
Binary file not shown.
Binary file not shown.
4.87 KB
Binary file not shown.
1.28 KB
Binary file not shown.
4.66 KB
Binary file not shown.
12.3 KB
Binary file not shown.
4.47 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.next/fallback-build-manifest.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/fallback/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/fallback/webpack.js",
10+
"static/chunks/fallback/amp.js"
11+
],
12+
"lowPriorityFiles": [],
13+
"rootMainFiles": [],
14+
"pages": {
15+
"/_app": [
16+
"static/chunks/fallback/webpack.js",
17+
"static/chunks/fallback/main.js",
18+
"static/chunks/fallback/pages/_app.js"
19+
],
20+
"/_error": [
21+
"static/chunks/fallback/webpack.js",
22+
"static/chunks/fallback/main.js",
23+
"static/chunks/fallback/pages/_error.js"
24+
]
25+
},
26+
"ampFirstPages": []
27+
}

.next/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "commonjs"}

.next/react-loadable-manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.next/server/_error.js

+76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.next/server/app-paths-manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"/game/page": "app/game/page.js",
3+
"/settings/page": "app/settings/page.js",
4+
"/page": "app/page.js",
5+
"/favicon.ico/route": "app/favicon.ico/route.js"
6+
}

0 commit comments

Comments
 (0)