diff --git a/.next/build-manifest.json b/.next/build-manifest.json new file mode 100644 index 0000000..51d1033 --- /dev/null +++ b/.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" + ] + } +} \ No newline at end of file diff --git a/.next/server/pages-manifest.json b/.next/server/pages-manifest.json new file mode 100644 index 0000000..fe2a477 --- /dev/null +++ b/.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"} \ No newline at end of file