瀏覽代碼

pull

master
Yusmardianto 4 年之前
父節點
當前提交
0ebbce68d7
共有 2 個檔案被更改,包括 57 行新增0 行删除
  1. +56
    -0
      .next/build-manifest.json
  2. +1
    -0
      .next/server/pages-manifest.json

+ 56
- 0
.next/build-manifest.json 查看文件

@@ -0,0 +1,56 @@
{
"devFiles": [
"static/runtime/react-refresh.js",
"static/runtime/react-refresh.js.map",
"static/development/dll/dll_dc8ac110ce5d8530b237.js",
"static/development/dll/dll_dc8ac110ce5d8530b237.js.map"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js"
],
"pages": {
"/": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/_app": [
"static/runtime/webpack.js",
"static/css/styles.chunk.css",
"static/chunks/styles.js",
"static/runtime/main.js"
],
"/_error": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/_polyfills": [
"static/runtime/polyfills.js",
"static/runtime/polyfills.js.map"
],
"/home": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/index": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/suzuki/home": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/suzuki/login": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/suzuki/register": [
"static/runtime/webpack.js",
"static/runtime/main.js"
],
"/yamaha/login": [
"static/runtime/webpack.js",
"static/runtime/main.js"
]
}
}

+ 1
- 0
.next/server/pages-manifest.json 查看文件

@@ -0,0 +1 @@
{"/_app":"static/development/pages/_app.js","/_document":"static/development/pages/_document.js","/_error":"static/development/pages/_error.js","/api/auth/login":"static/development/pages/api/auth/login.js","/api/auth/logout":"static/development/pages/api/auth/logout.js","/home":"static/development/pages/home.js","/index":"static/development/pages/index.js","/suzuki/home":"static/development/pages/suzuki/home.js","/suzuki/login":"static/development/pages/suzuki/login.js","/suzuki/register":"static/development/pages/suzuki/register.js","/yamaha/login":"static/development/pages/yamaha/login.js","/":"static/development/pages/index.js"}

Loading…
取消
儲存