All six stories are ready for development with clear, testable acceptance criteria and actionable tasks mapped to existing components and patterns.
Some checks failed
CI / build-and-test (pull_request) Failing after 1m15s
Some checks failed
CI / build-and-test (pull_request) Failing after 1m15s
This commit is contained in:
parent
2e4d44a881
commit
4fad672a5c
@ -155,7 +155,7 @@ var DOQueueHandler = class extends DurableObject {
|
||||
method: "HEAD",
|
||||
headers: {
|
||||
// This is defined during build
|
||||
"x-prerender-revalidate": "357089a5a8857bac42c7016153480f60",
|
||||
"x-prerender-revalidate": "8e1e2528c87ad891e3ea99122896252d",
|
||||
"x-isr": "1"
|
||||
},
|
||||
// This one is kind of problematic, it will always show the wall time of the revalidation to `this.revalidationTimeout`
|
||||
@ -179,7 +179,7 @@ var DOQueueHandler = class extends DurableObject {
|
||||
"INSERT OR REPLACE INTO sync (id, lastSuccess, buildId) VALUES (?, unixepoch(), ?)",
|
||||
// We cannot use the deduplication id because it's not unique per route - every time a route is revalidated, the deduplication id is different.
|
||||
`${host}${url}`,
|
||||
"moUXVtzs2Bhk2eoEY-sub"
|
||||
"4uEaMTLdvJuALxh_n_EDu"
|
||||
);
|
||||
}
|
||||
this.routeInFailedState.delete(msg.MessageDeduplicationId);
|
||||
@ -231,7 +231,7 @@ var DOQueueHandler = class extends DurableObject {
|
||||
}
|
||||
this.routeInFailedState.set(msg.MessageDeduplicationId, updatedFailedState);
|
||||
if (!this.disableSQLite) {
|
||||
this.sql.exec("INSERT OR REPLACE INTO failed_state (id, data, buildId) VALUES (?, ?, ?)", msg.MessageDeduplicationId, JSON.stringify(updatedFailedState), "moUXVtzs2Bhk2eoEY-sub");
|
||||
this.sql.exec("INSERT OR REPLACE INTO failed_state (id, data, buildId) VALUES (?, ?, ?)", msg.MessageDeduplicationId, JSON.stringify(updatedFailedState), "4uEaMTLdvJuALxh_n_EDu");
|
||||
}
|
||||
await this.addAlarm();
|
||||
}
|
||||
@ -255,8 +255,8 @@ var DOQueueHandler = class extends DurableObject {
|
||||
return;
|
||||
this.sql.exec("CREATE TABLE IF NOT EXISTS failed_state (id TEXT PRIMARY KEY, data TEXT, buildId TEXT)");
|
||||
this.sql.exec("CREATE TABLE IF NOT EXISTS sync (id TEXT PRIMARY KEY, lastSuccess INTEGER, buildId TEXT)");
|
||||
this.sql.exec("DELETE FROM failed_state WHERE buildId != ?", "moUXVtzs2Bhk2eoEY-sub");
|
||||
this.sql.exec("DELETE FROM sync WHERE buildId != ?", "moUXVtzs2Bhk2eoEY-sub");
|
||||
this.sql.exec("DELETE FROM failed_state WHERE buildId != ?", "4uEaMTLdvJuALxh_n_EDu");
|
||||
this.sql.exec("DELETE FROM sync WHERE buildId != ?", "4uEaMTLdvJuALxh_n_EDu");
|
||||
const failedStateCursor = this.sql.exec("SELECT * FROM failed_state");
|
||||
for (const row of failedStateCursor) {
|
||||
this.routeInFailedState.set(row.id, JSON.parse(row.data));
|
||||
|
||||
@ -1 +1 @@
|
||||
moUXVtzs2Bhk2eoEY-sub
|
||||
4uEaMTLdvJuALxh_n_EDu
|
||||
1
.open-next/assets/_next/static/css/4c2c7f84e95fe77d.css
Normal file
1
.open-next/assets/_next/static/css/4c2c7f84e95fe77d.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
{"type":"app","html":"<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><title>500: Internal Server Error</title><meta name=\"next-head-count\" content=\"3\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\"></script><script src=\"/_next/static/chunks/webpack-757604220b96f05e.js\" defer=\"\"></script><script src=\"/_next/static/chunks/framework-8e0e0f4a6b83a956.js\" defer=\"\"></script><script src=\"/_next/static/chunks/main-c7b74b84e134a397.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app-3c9ca398d360b709.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error-cf5ca766ac8f493f.js\" defer=\"\"></script><script src=\"/_next/static/moUXVtzs2Bhk2eoEY-sub/_buildManifest.js\" defer=\"\"></script><script src=\"/_next/static/moUXVtzs2Bhk2eoEY-sub/_ssgManifest.js\" defer=\"\"></script></head><body><div id=\"__next\"><div style=\"font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center\"><div style=\"line-height:48px\"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class=\"next-error-h1\" style=\"display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top\">500</h1><div style=\"display:inline-block\"><h2 style=\"font-size:14px;font-weight:400;line-height:28px\">Internal Server Error<!-- -->.</h2></div></div></div></div><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{},\"buildId\":\"moUXVtzs2Bhk2eoEY-sub\",\"nextExport\":true,\"isFallback\":false,\"gip\":true,\"scriptLoader\":[]}</script></body></html>"}
|
||||
{"type":"app","html":"<!DOCTYPE html><html><head><meta charSet=\"utf-8\"/><meta name=\"viewport\" content=\"width=device-width\"/><title>500: Internal Server Error</title><meta name=\"next-head-count\" content=\"3\"/><noscript data-n-css=\"\"></noscript><script defer=\"\" nomodule=\"\" src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\"></script><script src=\"/_next/static/chunks/webpack-757604220b96f05e.js\" defer=\"\"></script><script src=\"/_next/static/chunks/framework-8e0e0f4a6b83a956.js\" defer=\"\"></script><script src=\"/_next/static/chunks/main-c7b74b84e134a397.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_app-3c9ca398d360b709.js\" defer=\"\"></script><script src=\"/_next/static/chunks/pages/_error-cf5ca766ac8f493f.js\" defer=\"\"></script><script src=\"/_next/static/4uEaMTLdvJuALxh_n_EDu/_buildManifest.js\" defer=\"\"></script><script src=\"/_next/static/4uEaMTLdvJuALxh_n_EDu/_ssgManifest.js\" defer=\"\"></script></head><body><div id=\"__next\"><div style=\"font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center\"><div style=\"line-height:48px\"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class=\"next-error-h1\" style=\"display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top\">500</h1><div style=\"display:inline-block\"><h2 style=\"font-size:14px;font-weight:400;line-height:28px\">Internal Server Error<!-- -->.</h2></div></div></div></div><script id=\"__NEXT_DATA__\" type=\"application/json\">{\"props\":{\"pageProps\":{\"statusCode\":500}},\"page\":\"/_error\",\"query\":{},\"buildId\":\"4uEaMTLdvJuALxh_n_EDu\",\"nextExport\":true,\"isFallback\":false,\"gip\":true,\"scriptLoader\":[]}</script></body></html>"}
|
||||
@ -1,3 +1,3 @@
|
||||
CREATE TABLE IF NOT EXISTS tags (tag TEXT NOT NULL, path TEXT NOT NULL, UNIQUE(tag, path) ON CONFLICT REPLACE);
|
||||
CREATE TABLE IF NOT EXISTS revalidations (tag TEXT NOT NULL, revalidatedAt INTEGER NOT NULL, UNIQUE(tag) ON CONFLICT REPLACE);
|
||||
INSERT INTO tags (tag, path) VALUES ("moUXVtzs2Bhk2eoEY-sub/_N_T_/layout", "moUXVtzs2Bhk2eoEY-sub/favicon.ico"), ("moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico/layout", "moUXVtzs2Bhk2eoEY-sub/favicon.ico"), ("moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico/route", "moUXVtzs2Bhk2eoEY-sub/favicon.ico"), ("moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico", "moUXVtzs2Bhk2eoEY-sub/favicon.ico");
|
||||
INSERT INTO tags (tag, path) VALUES ("4uEaMTLdvJuALxh_n_EDu/_N_T_/layout", "4uEaMTLdvJuALxh_n_EDu/favicon.ico"), ("4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico/layout", "4uEaMTLdvJuALxh_n_EDu/favicon.ico"), ("4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico/route", "4uEaMTLdvJuALxh_n_EDu/favicon.ico"), ("4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico", "4uEaMTLdvJuALxh_n_EDu/favicon.ico");
|
||||
@ -49,7 +49,7 @@ function initRuntime() {
|
||||
};
|
||||
Object.assign(globalThis, {
|
||||
Request: CustomRequest,
|
||||
__BUILD_TIMESTAMP_MS__: 1758339813791,
|
||||
__BUILD_TIMESTAMP_MS__: 1758346174837,
|
||||
__NEXT_BASE_PATH__: "",
|
||||
__ASSETS_RUN_WORKER_FIRST__: false,
|
||||
__TRAILING_SLASH__: false,
|
||||
|
||||
@ -1 +1 @@
|
||||
[{"tag":{"S":"moUXVtzs2Bhk2eoEY-sub/_N_T_/layout"},"path":{"S":"moUXVtzs2Bhk2eoEY-sub/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico/layout"},"path":{"S":"moUXVtzs2Bhk2eoEY-sub/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico/route"},"path":{"S":"moUXVtzs2Bhk2eoEY-sub/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"moUXVtzs2Bhk2eoEY-sub/_N_T_/favicon.ico"},"path":{"S":"moUXVtzs2Bhk2eoEY-sub/favicon.ico"},"revalidatedAt":{"N":"1"}}]
|
||||
[{"tag":{"S":"4uEaMTLdvJuALxh_n_EDu/_N_T_/layout"},"path":{"S":"4uEaMTLdvJuALxh_n_EDu/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico/layout"},"path":{"S":"4uEaMTLdvJuALxh_n_EDu/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico/route"},"path":{"S":"4uEaMTLdvJuALxh_n_EDu/favicon.ico"},"revalidatedAt":{"N":"1"}},{"tag":{"S":"4uEaMTLdvJuALxh_n_EDu/_N_T_/favicon.ico"},"path":{"S":"4uEaMTLdvJuALxh_n_EDu/favicon.ico"},"revalidatedAt":{"N":"1"}}]
|
||||
@ -5255,13 +5255,13 @@ var NEXT_DIR = path.join(__dirname, ".next");
|
||||
var OPEN_NEXT_DIR = path.join(__dirname, ".open-next");
|
||||
debug({ NEXT_DIR, OPEN_NEXT_DIR });
|
||||
var NextConfig = { "env": {}, "webpack": null, "eslint": { "ignoreDuringBuilds": true }, "typescript": { "ignoreBuildErrors": true, "tsconfigPath": "tsconfig.json" }, "distDir": ".next", "cleanDistDir": true, "assetPrefix": "", "cacheMaxMemorySize": 52428800, "configOrigin": "next.config.mjs", "useFileSystemPublicRoutes": true, "generateEtags": true, "pageExtensions": ["tsx", "ts", "jsx", "js"], "poweredByHeader": true, "compress": true, "analyticsId": "", "images": { "deviceSizes": [640, 750, 828, 1080, 1200, 1920, 2048, 3840], "imageSizes": [16, 32, 48, 64, 96, 128, 256, 384], "path": "/_next/image", "loader": "default", "loaderFile": "", "domains": [], "disableStaticImages": false, "minimumCacheTTL": 60, "formats": ["image/webp"], "dangerouslyAllowSVG": false, "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;", "contentDispositionType": "inline", "remotePatterns": [], "unoptimized": true }, "devIndicators": { "buildActivity": true, "buildActivityPosition": "bottom-right" }, "onDemandEntries": { "maxInactiveAge": 6e4, "pagesBufferLength": 5 }, "amp": { "canonicalBase": "" }, "basePath": "", "sassOptions": {}, "trailingSlash": false, "i18n": null, "productionBrowserSourceMaps": false, "optimizeFonts": true, "excludeDefaultMomentLocales": true, "serverRuntimeConfig": {}, "publicRuntimeConfig": {}, "reactProductionProfiling": false, "reactStrictMode": null, "httpAgentOptions": { "keepAlive": true }, "outputFileTracing": true, "staticPageGenerationTimeout": 60, "swcMinify": true, "output": "standalone", "modularizeImports": { "@mui/icons-material": { "transform": "@mui/icons-material/{{member}}" }, "lodash": { "transform": "lodash/{{member}}" } }, "experimental": { "multiZoneDraftMode": false, "prerenderEarlyExit": false, "serverMinification": true, "serverSourceMaps": false, "linkNoTouchStart": false, "caseSensitiveRoutes": false, "clientRouterFilter": true, "clientRouterFilterRedirects": false, "fetchCacheKeyPrefix": "", "middlewarePrefetch": "flexible", "optimisticClientCache": true, "manualClientBasePath": false, "cpus": 11, "memoryBasedWorkersCount": false, "isrFlushToDisk": true, "workerThreads": false, "optimizeCss": false, "nextScriptWorkers": false, "scrollRestoration": false, "externalDir": false, "disableOptimizedLoading": false, "gzipSize": true, "craCompat": false, "esmExternals": true, "fullySpecified": false, "outputFileTracingRoot": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo", "swcTraceProfiling": false, "forceSwcTransforms": false, "largePageDataBytes": 128e3, "adjustFontFallbacks": false, "adjustFontFallbacksWithSizeAdjust": false, "typedRoutes": false, "instrumentationHook": false, "bundlePagesExternals": false, "parallelServerCompiles": false, "parallelServerBuildTraces": false, "ppr": false, "missingSuspenseWithCSRBailout": true, "optimizeServerReact": true, "useEarlyImport": false, "staleTimes": { "dynamic": 30, "static": 300 }, "optimizePackageImports": ["lucide-react", "date-fns", "lodash-es", "ramda", "antd", "react-bootstrap", "ahooks", "@ant-design/icons", "@headlessui/react", "@headlessui-float/react", "@heroicons/react/20/solid", "@heroicons/react/24/solid", "@heroicons/react/24/outline", "@visx/visx", "@tremor/react", "rxjs", "@mui/material", "@mui/icons-material", "recharts", "react-use", "@material-ui/core", "@material-ui/icons", "@tabler/icons-react", "mui-core", "react-icons/ai", "react-icons/bi", "react-icons/bs", "react-icons/cg", "react-icons/ci", "react-icons/di", "react-icons/fa", "react-icons/fa6", "react-icons/fc", "react-icons/fi", "react-icons/gi", "react-icons/go", "react-icons/gr", "react-icons/hi", "react-icons/hi2", "react-icons/im", "react-icons/io", "react-icons/io5", "react-icons/lia", "react-icons/lib", "react-icons/lu", "react-icons/md", "react-icons/pi", "react-icons/ri", "react-icons/rx", "react-icons/si", "react-icons/sl", "react-icons/tb", "react-icons/tfi", "react-icons/ti", "react-icons/vsc", "react-icons/wi"], "trustHostHeader": false, "isExperimentalCompile": false }, "configFileName": "next.config.mjs" };
|
||||
var BuildId = "moUXVtzs2Bhk2eoEY-sub";
|
||||
var BuildId = "4uEaMTLdvJuALxh_n_EDu";
|
||||
var RoutesManifest = { "basePath": "", "rewrites": { "beforeFiles": [], "afterFiles": [], "fallback": [] }, "redirects": [{ "source": "/:path+/", "destination": "/:path+", "internal": true, "statusCode": 308, "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$" }], "routes": { "static": [{ "page": "/", "regex": "^/(?:/)?$", "routeKeys": {}, "namedRegex": "^/(?:/)?$" }, { "page": "/_not-found", "regex": "^/_not\\-found(?:/)?$", "routeKeys": {}, "namedRegex": "^/_not\\-found(?:/)?$" }, { "page": "/admin", "regex": "^/admin(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin(?:/)?$" }, { "page": "/admin/analytics", "regex": "^/admin/analytics(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/analytics(?:/)?$" }, { "page": "/admin/artists", "regex": "^/admin/artists(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/artists(?:/)?$" }, { "page": "/admin/artists/new", "regex": "^/admin/artists/new(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/artists/new(?:/)?$" }, { "page": "/admin/calendar", "regex": "^/admin/calendar(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/calendar(?:/)?$" }, { "page": "/admin/portfolio", "regex": "^/admin/portfolio(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/portfolio(?:/)?$" }, { "page": "/admin/settings", "regex": "^/admin/settings(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/settings(?:/)?$" }, { "page": "/admin/uploads", "regex": "^/admin/uploads(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/uploads(?:/)?$" }, { "page": "/aftercare", "regex": "^/aftercare(?:/)?$", "routeKeys": {}, "namedRegex": "^/aftercare(?:/)?$" }, { "page": "/artists", "regex": "^/artists(?:/)?$", "routeKeys": {}, "namedRegex": "^/artists(?:/)?$" }, { "page": "/auth/error", "regex": "^/auth/error(?:/)?$", "routeKeys": {}, "namedRegex": "^/auth/error(?:/)?$" }, { "page": "/auth/signin", "regex": "^/auth/signin(?:/)?$", "routeKeys": {}, "namedRegex": "^/auth/signin(?:/)?$" }, { "page": "/book", "regex": "^/book(?:/)?$", "routeKeys": {}, "namedRegex": "^/book(?:/)?$" }, { "page": "/contact", "regex": "^/contact(?:/)?$", "routeKeys": {}, "namedRegex": "^/contact(?:/)?$" }, { "page": "/deposit", "regex": "^/deposit(?:/)?$", "routeKeys": {}, "namedRegex": "^/deposit(?:/)?$" }, { "page": "/favicon.ico", "regex": "^/favicon\\.ico(?:/)?$", "routeKeys": {}, "namedRegex": "^/favicon\\.ico(?:/)?$" }, { "page": "/gift-cards", "regex": "^/gift\\-cards(?:/)?$", "routeKeys": {}, "namedRegex": "^/gift\\-cards(?:/)?$" }, { "page": "/privacy", "regex": "^/privacy(?:/)?$", "routeKeys": {}, "namedRegex": "^/privacy(?:/)?$" }, { "page": "/specials", "regex": "^/specials(?:/)?$", "routeKeys": {}, "namedRegex": "^/specials(?:/)?$" }, { "page": "/terms", "regex": "^/terms(?:/)?$", "routeKeys": {}, "namedRegex": "^/terms(?:/)?$" }], "dynamic": [{ "page": "/admin/artists/[id]", "regex": "^/admin/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/admin/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/api/artists/[id]", "regex": "^/api/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/api/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/api/auth/[...nextauth]", "regex": "^/api/auth/(.+?)(?:/)?$", "routeKeys": { "nxtPnextauth": "nxtPnextauth" }, "namedRegex": "^/api/auth/(?<nxtPnextauth>.+?)(?:/)?$" }, { "page": "/api/portfolio/[id]", "regex": "^/api/portfolio/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/api/portfolio/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/artists/[id]", "regex": "^/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/artists/[id]/book", "regex": "^/artists/([^/]+?)/book(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/artists/(?<nxtPid>[^/]+?)/book(?:/)?$" }], "data": { "static": [], "dynamic": [] } }, "locales": [] };
|
||||
var ConfigHeaders = [];
|
||||
var PrerenderManifest = { "version": 4, "routes": { "/favicon.ico": { "initialHeaders": { "cache-control": "public, max-age=0, must-revalidate", "content-type": "image/x-icon", "x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico" }, "experimentalBypassFor": [{ "type": "header", "key": "Next-Action" }, { "type": "header", "key": "content-type", "value": "multipart/form-data;.*" }], "initialRevalidateSeconds": false, "srcRoute": "/favicon.ico", "dataRoute": null } }, "dynamicRoutes": {}, "notFoundRoutes": [], "preview": { "previewModeId": "357089a5a8857bac42c7016153480f60", "previewModeSigningKey": "7e9864116e15094f48442bf7a8975abc6d20440dc377454c5a4ba43bcf8dfed8", "previewModeEncryptionKey": "068ad86c40815751aaee20559bb2914de03a50bf0d7b9a358b02e3359699c8c9" } };
|
||||
var MiddlewareManifest = { "version": 3, "middleware": { "/": { "files": ["server/edge-runtime-webpack.js", "server/middleware.js"], "name": "middleware", "page": "/", "matchers": [{ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*))(.json)?[\\/#\\?]?$", "originalSource": "/((?!_next/static|_next/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*)" }], "wasm": [], "assets": [], "env": { "__NEXT_BUILD_ID": "moUXVtzs2Bhk2eoEY-sub", "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "a5w8Al/LceGAEBAlCmLaVGy1uGjWkyVXJJF7qa6zvfU=", "__NEXT_PREVIEW_MODE_ID": "357089a5a8857bac42c7016153480f60", "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "068ad86c40815751aaee20559bb2914de03a50bf0d7b9a358b02e3359699c8c9", "__NEXT_PREVIEW_MODE_SIGNING_KEY": "7e9864116e15094f48442bf7a8975abc6d20440dc377454c5a4ba43bcf8dfed8" } } }, "functions": {}, "sortedMiddleware": ["/"] };
|
||||
var AppPathRoutesManifest = { "/_not-found/page": "/_not-found", "/aftercare/page": "/aftercare", "/api/admin/migrate/route": "/api/admin/migrate", "/api/artists/[id]/route": "/api/artists/[id]", "/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]", "/artists/[id]/book/page": "/artists/[id]/book", "/artists/[id]/page": "/artists/[id]", "/artists/page": "/artists", "/book/page": "/book", "/contact/page": "/contact", "/deposit/page": "/deposit", "/favicon.ico/route": "/favicon.ico", "/auth/error/page": "/auth/error", "/auth/signin/page": "/auth/signin", "/gift-cards/page": "/gift-cards", "/page": "/", "/specials/page": "/specials", "/privacy/page": "/privacy", "/terms/page": "/terms", "/api/admin/stats/route": "/api/admin/stats", "/api/artists/route": "/api/artists", "/api/files/bulk-delete/route": "/api/files/bulk-delete", "/api/files/folder/route": "/api/files/folder", "/api/files/route": "/api/files", "/api/files/stats/route": "/api/files/stats", "/api/appointments/route": "/api/appointments", "/api/portfolio/[id]/route": "/api/portfolio/[id]", "/api/portfolio/bulk-delete/route": "/api/portfolio/bulk-delete", "/api/portfolio/stats/route": "/api/portfolio/stats", "/api/portfolio/route": "/api/portfolio", "/api/upload/route": "/api/upload", "/api/settings/route": "/api/settings", "/api/users/route": "/api/users", "/admin/artists/[id]/page": "/admin/artists/[id]", "/admin/artists/new/page": "/admin/artists/new", "/admin/artists/page": "/admin/artists", "/admin/calendar/page": "/admin/calendar", "/admin/page": "/admin", "/admin/portfolio/page": "/admin/portfolio", "/admin/settings/page": "/admin/settings", "/admin/uploads/page": "/admin/uploads", "/admin/analytics/page": "/admin/analytics" };
|
||||
var FunctionsConfigManifest = { "version": 1, "functions": { "/api/admin/stats": {}, "/api/artists": {}, "/api/files/folder": {}, "/api/files/bulk-delete": {}, "/api/files": {}, "/api/files/stats": {}, "/api/appointments": {}, "/api/portfolio/bulk-delete": {}, "/api/portfolio/[id]": {}, "/api/portfolio/stats": {}, "/api/upload": {}, "/api/users": {}, "/admin/portfolio": {}, "/admin/settings": {}, "/admin/uploads": {}, "/admin/analytics": {}, "/api/settings": {}, "/api/portfolio": {} } };
|
||||
var PrerenderManifest = { "version": 4, "routes": { "/favicon.ico": { "initialHeaders": { "cache-control": "public, max-age=0, must-revalidate", "content-type": "image/x-icon", "x-next-cache-tags": "_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico" }, "experimentalBypassFor": [{ "type": "header", "key": "Next-Action" }, { "type": "header", "key": "content-type", "value": "multipart/form-data;.*" }], "initialRevalidateSeconds": false, "srcRoute": "/favicon.ico", "dataRoute": null } }, "dynamicRoutes": {}, "notFoundRoutes": [], "preview": { "previewModeId": "8e1e2528c87ad891e3ea99122896252d", "previewModeSigningKey": "01f1aa31d89766d20ac22dee94c25b116e25d925a7432a6ef267074f8bb5de5e", "previewModeEncryptionKey": "48c6c4a0fd916209a37e428dd8140f3b8fc440ba0036a6e88ce238057c48d33e" } };
|
||||
var MiddlewareManifest = { "version": 3, "middleware": { "/": { "files": ["server/edge-runtime-webpack.js", "server/middleware.js"], "name": "middleware", "page": "/", "matchers": [{ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*))(.json)?[\\/#\\?]?$", "originalSource": "/((?!_next/static|_next/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*)" }], "wasm": [], "assets": [], "env": { "__NEXT_BUILD_ID": "4uEaMTLdvJuALxh_n_EDu", "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "3FfGsvknGHrGT74qIChqK2eU+/tqKovIQ3ndq/Nd0Ec=", "__NEXT_PREVIEW_MODE_ID": "8e1e2528c87ad891e3ea99122896252d", "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "48c6c4a0fd916209a37e428dd8140f3b8fc440ba0036a6e88ce238057c48d33e", "__NEXT_PREVIEW_MODE_SIGNING_KEY": "01f1aa31d89766d20ac22dee94c25b116e25d925a7432a6ef267074f8bb5de5e" } } }, "functions": {}, "sortedMiddleware": ["/"] };
|
||||
var AppPathRoutesManifest = { "/_not-found/page": "/_not-found", "/api/admin/migrate/route": "/api/admin/migrate", "/aftercare/page": "/aftercare", "/api/artists/[id]/route": "/api/artists/[id]", "/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]", "/artists/[id]/book/page": "/artists/[id]/book", "/artists/page": "/artists", "/artists/[id]/page": "/artists/[id]", "/auth/error/page": "/auth/error", "/auth/signin/page": "/auth/signin", "/book/page": "/book", "/contact/page": "/contact", "/deposit/page": "/deposit", "/favicon.ico/route": "/favicon.ico", "/gift-cards/page": "/gift-cards", "/page": "/", "/privacy/page": "/privacy", "/specials/page": "/specials", "/terms/page": "/terms", "/api/files/bulk-delete/route": "/api/files/bulk-delete", "/api/artists/route": "/api/artists", "/api/admin/stats/route": "/api/admin/stats", "/api/files/folder/route": "/api/files/folder", "/api/files/stats/route": "/api/files/stats", "/api/files/route": "/api/files", "/api/portfolio/bulk-delete/route": "/api/portfolio/bulk-delete", "/api/portfolio/[id]/route": "/api/portfolio/[id]", "/api/portfolio/stats/route": "/api/portfolio/stats", "/api/upload/route": "/api/upload", "/api/appointments/route": "/api/appointments", "/api/portfolio/route": "/api/portfolio", "/api/settings/route": "/api/settings", "/api/users/route": "/api/users", "/admin/artists/[id]/page": "/admin/artists/[id]", "/admin/artists/new/page": "/admin/artists/new", "/admin/artists/page": "/admin/artists", "/admin/calendar/page": "/admin/calendar", "/admin/page": "/admin", "/admin/portfolio/page": "/admin/portfolio", "/admin/settings/page": "/admin/settings", "/admin/uploads/page": "/admin/uploads", "/admin/analytics/page": "/admin/analytics" };
|
||||
var FunctionsConfigManifest = { "version": 1, "functions": { "/api/admin/stats": {}, "/api/artists": {}, "/api/files/folder": {}, "/api/files/bulk-delete": {}, "/api/files": {}, "/api/files/stats": {}, "/api/appointments": {}, "/api/portfolio/bulk-delete": {}, "/api/portfolio/[id]": {}, "/api/portfolio/stats": {}, "/api/portfolio": {}, "/api/settings": {}, "/api/users": {}, "/api/upload": {}, "/admin/portfolio": {}, "/admin/settings": {}, "/admin/uploads": {}, "/admin/analytics": {} } };
|
||||
var PagesManifest = { "/_app": "pages/_app.js", "/_error": "pages/_error.js", "/_document": "pages/_document.js" };
|
||||
process.env.NEXT_BUILD_ID = BuildId;
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
moUXVtzs2Bhk2eoEY-sub
|
||||
4uEaMTLdvJuALxh_n_EDu
|
||||
@ -19,7 +19,7 @@
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/css/888d81d207a33ccf.css",
|
||||
"static/css/4c2c7f84e95fe77d.css",
|
||||
"static/css/273d08c2abf40b5c.css",
|
||||
"static/chunks/605-45978c1393111857.js",
|
||||
"static/chunks/9763-d1abb329345aa3ca.js",
|
||||
@ -59,6 +59,16 @@
|
||||
"static/chunks/3621-816f023d8637f8cf.js",
|
||||
"static/chunks/app/artists/[id]/book/page-d0b8c735780f889a.js"
|
||||
],
|
||||
"/artists/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/9480-1ce7c39d703ac59d.js",
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/artists/page-c4f07a95f9bb2ef6.js"
|
||||
],
|
||||
"/artists/[id]/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
@ -69,15 +79,23 @@
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/artists/[id]/page-35ca6d272039db3d.js"
|
||||
],
|
||||
"/artists/page": [
|
||||
"/auth/error/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/9480-1ce7c39d703ac59d.js",
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/artists/page-c4f07a95f9bb2ef6.js"
|
||||
"static/chunks/app/auth/error/page-d868067799cd7555.js"
|
||||
],
|
||||
"/auth/signin/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/605-45978c1393111857.js",
|
||||
"static/chunks/app/auth/signin/page-35bf86482341b311.js"
|
||||
],
|
||||
"/book/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
@ -118,24 +136,6 @@
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/deposit/page-847f632ea4b9f0ed.js"
|
||||
],
|
||||
"/auth/error/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/9480-1ce7c39d703ac59d.js",
|
||||
"static/chunks/app/auth/error/page-d868067799cd7555.js"
|
||||
],
|
||||
"/auth/signin/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/605-45978c1393111857.js",
|
||||
"static/chunks/app/auth/signin/page-35bf86482341b311.js"
|
||||
],
|
||||
"/gift-cards/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
@ -157,16 +157,6 @@
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/page-8cb01ac4a5ca2e9e.js"
|
||||
],
|
||||
"/specials/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/9480-1ce7c39d703ac59d.js",
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/specials/page-f784ee21b571b3ca.js"
|
||||
],
|
||||
"/privacy/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
@ -177,6 +167,16 @@
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/privacy/page-97ab9bf80d5ac9c0.js"
|
||||
],
|
||||
"/specials/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
"static/chunks/2117-e88b003482e3bf2d.js",
|
||||
"static/chunks/main-app-ac1aded1f8d8af62.js",
|
||||
"static/chunks/6137-eaf7b6db0f76248f.js",
|
||||
"static/chunks/9480-1ce7c39d703ac59d.js",
|
||||
"static/chunks/5360-bc2074e47478f077.js",
|
||||
"static/chunks/app/specials/page-f784ee21b571b3ca.js"
|
||||
],
|
||||
"/terms/page": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
"static/chunks/fd9d1056-5b6690cdd32bcd09.js",
|
||||
|
||||
@ -1 +1 @@
|
||||
{"/_not-found/page":"/_not-found","/aftercare/page":"/aftercare","/api/admin/migrate/route":"/api/admin/migrate","/api/artists/[id]/route":"/api/artists/[id]","/api/auth/[...nextauth]/route":"/api/auth/[...nextauth]","/artists/[id]/book/page":"/artists/[id]/book","/artists/[id]/page":"/artists/[id]","/artists/page":"/artists","/book/page":"/book","/contact/page":"/contact","/deposit/page":"/deposit","/favicon.ico/route":"/favicon.ico","/auth/error/page":"/auth/error","/auth/signin/page":"/auth/signin","/gift-cards/page":"/gift-cards","/page":"/","/specials/page":"/specials","/privacy/page":"/privacy","/terms/page":"/terms","/api/admin/stats/route":"/api/admin/stats","/api/artists/route":"/api/artists","/api/files/bulk-delete/route":"/api/files/bulk-delete","/api/files/folder/route":"/api/files/folder","/api/files/route":"/api/files","/api/files/stats/route":"/api/files/stats","/api/appointments/route":"/api/appointments","/api/portfolio/[id]/route":"/api/portfolio/[id]","/api/portfolio/bulk-delete/route":"/api/portfolio/bulk-delete","/api/portfolio/stats/route":"/api/portfolio/stats","/api/portfolio/route":"/api/portfolio","/api/upload/route":"/api/upload","/api/settings/route":"/api/settings","/api/users/route":"/api/users","/admin/artists/[id]/page":"/admin/artists/[id]","/admin/artists/new/page":"/admin/artists/new","/admin/artists/page":"/admin/artists","/admin/calendar/page":"/admin/calendar","/admin/page":"/admin","/admin/portfolio/page":"/admin/portfolio","/admin/settings/page":"/admin/settings","/admin/uploads/page":"/admin/uploads","/admin/analytics/page":"/admin/analytics"}
|
||||
{"/_not-found/page":"/_not-found","/api/admin/migrate/route":"/api/admin/migrate","/aftercare/page":"/aftercare","/api/artists/[id]/route":"/api/artists/[id]","/api/auth/[...nextauth]/route":"/api/auth/[...nextauth]","/artists/[id]/book/page":"/artists/[id]/book","/artists/page":"/artists","/artists/[id]/page":"/artists/[id]","/auth/error/page":"/auth/error","/auth/signin/page":"/auth/signin","/book/page":"/book","/contact/page":"/contact","/deposit/page":"/deposit","/favicon.ico/route":"/favicon.ico","/gift-cards/page":"/gift-cards","/page":"/","/privacy/page":"/privacy","/specials/page":"/specials","/terms/page":"/terms","/api/files/bulk-delete/route":"/api/files/bulk-delete","/api/artists/route":"/api/artists","/api/admin/stats/route":"/api/admin/stats","/api/files/folder/route":"/api/files/folder","/api/files/stats/route":"/api/files/stats","/api/files/route":"/api/files","/api/portfolio/bulk-delete/route":"/api/portfolio/bulk-delete","/api/portfolio/[id]/route":"/api/portfolio/[id]","/api/portfolio/stats/route":"/api/portfolio/stats","/api/upload/route":"/api/upload","/api/appointments/route":"/api/appointments","/api/portfolio/route":"/api/portfolio","/api/settings/route":"/api/settings","/api/users/route":"/api/users","/admin/artists/[id]/page":"/admin/artists/[id]","/admin/artists/new/page":"/admin/artists/new","/admin/artists/page":"/admin/artists","/admin/calendar/page":"/admin/calendar","/admin/page":"/admin","/admin/portfolio/page":"/admin/portfolio","/admin/settings/page":"/admin/settings","/admin/uploads/page":"/admin/uploads","/admin/analytics/page":"/admin/analytics"}
|
||||
@ -5,8 +5,8 @@
|
||||
"devFiles": [],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/moUXVtzs2Bhk2eoEY-sub/_buildManifest.js",
|
||||
"static/moUXVtzs2Bhk2eoEY-sub/_ssgManifest.js"
|
||||
"static/4uEaMTLdvJuALxh_n_EDu/_buildManifest.js",
|
||||
"static/4uEaMTLdvJuALxh_n_EDu/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack-757604220b96f05e.js",
|
||||
|
||||
@ -1 +1 @@
|
||||
{"version":4,"routes":{"/favicon.ico":{"initialHeaders":{"cache-control":"public, max-age=0, must-revalidate","content-type":"image/x-icon","x-next-cache-tags":"_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"},"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/favicon.ico","dataRoute":null}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"357089a5a8857bac42c7016153480f60","previewModeSigningKey":"7e9864116e15094f48442bf7a8975abc6d20440dc377454c5a4ba43bcf8dfed8","previewModeEncryptionKey":"068ad86c40815751aaee20559bb2914de03a50bf0d7b9a358b02e3359699c8c9"}}
|
||||
{"version":4,"routes":{"/favicon.ico":{"initialHeaders":{"cache-control":"public, max-age=0, must-revalidate","content-type":"image/x-icon","x-next-cache-tags":"_N_T_/layout,_N_T_/favicon.ico/layout,_N_T_/favicon.ico/route,_N_T_/favicon.ico"},"experimentalBypassFor":[{"type":"header","key":"Next-Action"},{"type":"header","key":"content-type","value":"multipart/form-data;.*"}],"initialRevalidateSeconds":false,"srcRoute":"/favicon.ico","dataRoute":null}},"dynamicRoutes":{},"notFoundRoutes":[],"preview":{"previewModeId":"8e1e2528c87ad891e3ea99122896252d","previewModeSigningKey":"01f1aa31d89766d20ac22dee94c25b116e25d925a7432a6ef267074f8bb5de5e","previewModeEncryptionKey":"48c6c4a0fd916209a37e428dd8140f3b8fc440ba0036a6e88ce238057c48d33e"}}
|
||||
@ -1,35 +1,35 @@
|
||||
{
|
||||
"/_not-found/page": "app/_not-found/page.js",
|
||||
"/aftercare/page": "app/aftercare/page.js",
|
||||
"/api/admin/migrate/route": "app/api/admin/migrate/route.js",
|
||||
"/aftercare/page": "app/aftercare/page.js",
|
||||
"/api/artists/[id]/route": "app/api/artists/[id]/route.js",
|
||||
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
||||
"/artists/[id]/book/page": "app/artists/[id]/book/page.js",
|
||||
"/artists/[id]/page": "app/artists/[id]/page.js",
|
||||
"/artists/page": "app/artists/page.js",
|
||||
"/artists/[id]/page": "app/artists/[id]/page.js",
|
||||
"/auth/error/page": "app/auth/error/page.js",
|
||||
"/auth/signin/page": "app/auth/signin/page.js",
|
||||
"/book/page": "app/book/page.js",
|
||||
"/contact/page": "app/contact/page.js",
|
||||
"/deposit/page": "app/deposit/page.js",
|
||||
"/favicon.ico/route": "app/favicon.ico/route.js",
|
||||
"/auth/error/page": "app/auth/error/page.js",
|
||||
"/auth/signin/page": "app/auth/signin/page.js",
|
||||
"/gift-cards/page": "app/gift-cards/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/specials/page": "app/specials/page.js",
|
||||
"/privacy/page": "app/privacy/page.js",
|
||||
"/specials/page": "app/specials/page.js",
|
||||
"/terms/page": "app/terms/page.js",
|
||||
"/api/admin/stats/route": "app/api/admin/stats/route.js",
|
||||
"/api/artists/route": "app/api/artists/route.js",
|
||||
"/api/files/bulk-delete/route": "app/api/files/bulk-delete/route.js",
|
||||
"/api/artists/route": "app/api/artists/route.js",
|
||||
"/api/admin/stats/route": "app/api/admin/stats/route.js",
|
||||
"/api/files/folder/route": "app/api/files/folder/route.js",
|
||||
"/api/files/route": "app/api/files/route.js",
|
||||
"/api/files/stats/route": "app/api/files/stats/route.js",
|
||||
"/api/appointments/route": "app/api/appointments/route.js",
|
||||
"/api/portfolio/[id]/route": "app/api/portfolio/[id]/route.js",
|
||||
"/api/files/route": "app/api/files/route.js",
|
||||
"/api/portfolio/bulk-delete/route": "app/api/portfolio/bulk-delete/route.js",
|
||||
"/api/portfolio/[id]/route": "app/api/portfolio/[id]/route.js",
|
||||
"/api/portfolio/stats/route": "app/api/portfolio/stats/route.js",
|
||||
"/api/portfolio/route": "app/api/portfolio/route.js",
|
||||
"/api/upload/route": "app/api/upload/route.js",
|
||||
"/api/appointments/route": "app/api/appointments/route.js",
|
||||
"/api/portfolio/route": "app/api/portfolio/route.js",
|
||||
"/api/settings/route": "app/api/settings/route.js",
|
||||
"/api/users/route": "app/api/users/route.js",
|
||||
"/admin/artists/[id]/page": "app/admin/artists/[id]/page.js",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -17,11 +17,11 @@
|
||||
"wasm": [],
|
||||
"assets": [],
|
||||
"env": {
|
||||
"__NEXT_BUILD_ID": "moUXVtzs2Bhk2eoEY-sub",
|
||||
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "a5w8Al/LceGAEBAlCmLaVGy1uGjWkyVXJJF7qa6zvfU=",
|
||||
"__NEXT_PREVIEW_MODE_ID": "357089a5a8857bac42c7016153480f60",
|
||||
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "068ad86c40815751aaee20559bb2914de03a50bf0d7b9a358b02e3359699c8c9",
|
||||
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "7e9864116e15094f48442bf7a8975abc6d20440dc377454c5a4ba43bcf8dfed8"
|
||||
"__NEXT_BUILD_ID": "4uEaMTLdvJuALxh_n_EDu",
|
||||
"NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "3FfGsvknGHrGT74qIChqK2eU+/tqKovIQ3ndq/Nd0Ec=",
|
||||
"__NEXT_PREVIEW_MODE_ID": "8e1e2528c87ad891e3ea99122896252d",
|
||||
"__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "48c6c4a0fd916209a37e428dd8140f3b8fc440ba0036a6e88ce238057c48d33e",
|
||||
"__NEXT_PREVIEW_MODE_SIGNING_KEY": "01f1aa31d89766d20ac22dee94c25b116e25d925a7432a6ef267074f8bb5de5e"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -1 +1 @@
|
||||
{"node":{},"edge":{},"encryptionKey":"a5w8Al/LceGAEBAlCmLaVGy1uGjWkyVXJJF7qa6zvfU="}
|
||||
{"node":{},"edge":{},"encryptionKey":"3FfGsvknGHrGT74qIChqK2eU+/tqKovIQ3ndq/Nd0Ec="}
|
||||
File diff suppressed because one or more lines are too long
@ -3230,47 +3230,6 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/aftercare/page.js": {
|
||||
"bytes": 18806,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js": {
|
||||
"bytes": 46153,
|
||||
"imports": [
|
||||
@ -3383,6 +3342,47 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/aftercare/page.js": {
|
||||
"bytes": 18806,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/artists/[id]/route.js": {
|
||||
"bytes": 18421,
|
||||
"imports": [
|
||||
@ -3596,6 +3596,47 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/page.js": {
|
||||
"bytes": 32747,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/[id]/page.js": {
|
||||
"bytes": 29417,
|
||||
"imports": [
|
||||
@ -3637,8 +3678,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/page.js": {
|
||||
"bytes": 32747,
|
||||
".open-next/server-functions/default/.next/server/app/auth/error/page.js": {
|
||||
"bytes": 6267,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -3673,7 +3714,48 @@
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../webpack-runtime.js"
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/signin/page.js": {
|
||||
"bytes": 10251,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
@ -3822,88 +3904,6 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/error/page.js": {
|
||||
"bytes": 6267,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/signin/page.js": {
|
||||
"bytes": 10251,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/gift-cards/page.js": {
|
||||
"bytes": 21668,
|
||||
"imports": [
|
||||
@ -3986,8 +3986,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/specials/page.js": {
|
||||
"bytes": 19550,
|
||||
".open-next/server-functions/default/.next/server/app/privacy/page.js": {
|
||||
"bytes": 14172,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4027,8 +4027,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/privacy/page.js": {
|
||||
"bytes": 14172,
|
||||
".open-next/server-functions/default/.next/server/app/specials/page.js": {
|
||||
"bytes": 19550,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4109,8 +4109,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js": {
|
||||
"bytes": 6384,
|
||||
".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js": {
|
||||
"bytes": 5585,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4281,8 +4281,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js": {
|
||||
"bytes": 5585,
|
||||
".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js": {
|
||||
"bytes": 6384,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4453,92 +4453,6 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/route.js": {
|
||||
"bytes": 4279,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-route.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "assert",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "buffer",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "crypto",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "events",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "http",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "https",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "querystring",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "util",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "zlib",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/stats/route.js": {
|
||||
"bytes": 4552,
|
||||
"imports": [
|
||||
@ -4625,8 +4539,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/appointments/route.js": {
|
||||
"bytes": 10661,
|
||||
".open-next/server-functions/default/.next/server/app/api/files/route.js": {
|
||||
"bytes": 4279,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4711,8 +4625,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js": {
|
||||
"bytes": 4866,
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/bulk-delete/route.js": {
|
||||
"bytes": 5624,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4797,8 +4711,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/bulk-delete/route.js": {
|
||||
"bytes": 5624,
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js": {
|
||||
"bytes": 4866,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -4969,8 +4883,8 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/route.js": {
|
||||
"bytes": 5746,
|
||||
".open-next/server-functions/default/.next/server/app/api/upload/route.js": {
|
||||
"bytes": 7553,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -5055,8 +4969,94 @@
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/upload/route.js": {
|
||||
"bytes": 7553,
|
||||
".open-next/server-functions/default/.next/server/app/api/appointments/route.js": {
|
||||
"bytes": 10661,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/action-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/request-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/request-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/static-generation-async-storage.external.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/client/components/static-generation-async-storage.external.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-page.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js",
|
||||
"kind": "require-call",
|
||||
"original": "next/dist/compiled/next-server/app-route.runtime.prod.js"
|
||||
},
|
||||
{
|
||||
"path": "assert",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "buffer",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "crypto",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "events",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "http",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "https",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "querystring",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "util",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "zlib",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/webpack-runtime.js",
|
||||
"kind": "require-call",
|
||||
"original": "../../../webpack-runtime.js"
|
||||
}
|
||||
],
|
||||
"format": "cjs"
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/route.js": {
|
||||
"bytes": 5746,
|
||||
"imports": [
|
||||
{
|
||||
"path": ".open-next/server-functions/default/node_modules/next/dist/client/components/action-async-storage.external.js",
|
||||
@ -6155,16 +6155,16 @@
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/_not-found/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/aftercare/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/aftercare/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/admin/migrate/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/admin/migrate/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/aftercare/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/aftercare/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/artists/[id]/route.js",
|
||||
"kind": "require-call",
|
||||
@ -6180,15 +6180,25 @@
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/artists/[id]/book/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/artists/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/artists/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/artists/[id]/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/artists/[id]/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/artists/page.js",
|
||||
"path": ".open-next/server-functions/default/.next/server/app/auth/error/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/artists/page.js"
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/auth/error/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/auth/signin/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/auth/signin/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/book/page.js",
|
||||
@ -6210,16 +6220,6 @@
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/favicon.ico/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/auth/error/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/auth/error/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/auth/signin/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/auth/signin/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/gift-cards/page.js",
|
||||
"kind": "require-call",
|
||||
@ -6230,25 +6230,25 @@
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/specials/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/specials/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/privacy/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/privacy/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/specials/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/specials/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/terms/page.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/terms/page.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js",
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/admin/stats/route.js"
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/artists/route.js",
|
||||
@ -6256,55 +6256,55 @@
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/artists/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js",
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js"
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/admin/stats/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/folder/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/folder/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/stats/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/stats/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/appointments/route.js",
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/files/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/appointments/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js"
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/files/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/bulk-delete/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/bulk-delete/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/stats/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/stats/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/upload/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/upload/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/appointments/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/appointments/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/portfolio/route.js",
|
||||
"kind": "require-call",
|
||||
"original": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/server-functions/default/.next/server/app/api/portfolio/route.js"
|
||||
},
|
||||
{
|
||||
"path": ".open-next/server-functions/default/.next/server/app/api/settings/route.js",
|
||||
"kind": "require-call",
|
||||
@ -7860,16 +7860,6 @@
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "assert",
|
||||
"kind": "require-call",
|
||||
@ -7920,6 +7910,16 @@
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "path",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "url",
|
||||
"kind": "require-call",
|
||||
"external": true
|
||||
},
|
||||
{
|
||||
"path": "assert",
|
||||
"kind": "require-call",
|
||||
@ -10340,15 +10340,15 @@
|
||||
".open-next/server-functions/default/.next/server/app/_not-found/page.js": {
|
||||
"bytesInOutput": 11370
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/aftercare/page.js": {
|
||||
"bytesInOutput": 19229
|
||||
},
|
||||
".open-next/server-functions/default/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js": {
|
||||
"bytesInOutput": 48278
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/admin/migrate/route.js": {
|
||||
"bytesInOutput": 21227
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/aftercare/page.js": {
|
||||
"bytesInOutput": 19229
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/artists/[id]/route.js": {
|
||||
"bytesInOutput": 18845
|
||||
},
|
||||
@ -10358,11 +10358,17 @@
|
||||
".open-next/server-functions/default/.next/server/app/artists/[id]/book/page.js": {
|
||||
"bytesInOutput": 2723
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/page.js": {
|
||||
"bytesInOutput": 33425
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/[id]/page.js": {
|
||||
"bytesInOutput": 30091
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/artists/page.js": {
|
||||
"bytesInOutput": 33425
|
||||
".open-next/server-functions/default/.next/server/app/auth/error/page.js": {
|
||||
"bytesInOutput": 6465
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/signin/page.js": {
|
||||
"bytesInOutput": 10698
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/book/page.js": {
|
||||
"bytesInOutput": 2568
|
||||
@ -10371,68 +10377,62 @@
|
||||
"bytesInOutput": 24955
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/deposit/page.js": {
|
||||
"bytesInOutput": 22448
|
||||
"bytesInOutput": 22449
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/favicon.ico/route.js": {
|
||||
"bytesInOutput": 76075
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/error/page.js": {
|
||||
"bytesInOutput": 6465
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/auth/signin/page.js": {
|
||||
"bytesInOutput": 10699
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/gift-cards/page.js": {
|
||||
"bytesInOutput": 22151
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/page.js": {
|
||||
"bytesInOutput": 65169
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/specials/page.js": {
|
||||
"bytesInOutput": 20010
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/privacy/page.js": {
|
||||
"bytesInOutput": 14550
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/specials/page.js": {
|
||||
"bytesInOutput": 20010
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/terms/page.js": {
|
||||
"bytesInOutput": 13894
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js": {
|
||||
"bytesInOutput": 6530
|
||||
".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js": {
|
||||
"bytesInOutput": 5746
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/artists/route.js": {
|
||||
"bytesInOutput": 14531
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/bulk-delete/route.js": {
|
||||
"bytesInOutput": 5746
|
||||
".open-next/server-functions/default/.next/server/app/api/admin/stats/route.js": {
|
||||
"bytesInOutput": 6530
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/folder/route.js": {
|
||||
"bytesInOutput": 8988
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/route.js": {
|
||||
"bytesInOutput": 4417
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/files/stats/route.js": {
|
||||
"bytesInOutput": 4695
|
||||
"bytesInOutput": 4694
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/appointments/route.js": {
|
||||
"bytesInOutput": 10895
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js": {
|
||||
"bytesInOutput": 4992
|
||||
".open-next/server-functions/default/.next/server/app/api/files/route.js": {
|
||||
"bytesInOutput": 4418
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/bulk-delete/route.js": {
|
||||
"bytesInOutput": 5790
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/[id]/route.js": {
|
||||
"bytesInOutput": 4992
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/stats/route.js": {
|
||||
"bytesInOutput": 4219
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/route.js": {
|
||||
"bytesInOutput": 5907
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/upload/route.js": {
|
||||
"bytesInOutput": 7802
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/appointments/route.js": {
|
||||
"bytesInOutput": 10895
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/portfolio/route.js": {
|
||||
"bytesInOutput": 5907
|
||||
},
|
||||
".open-next/server-functions/default/.next/server/app/api/settings/route.js": {
|
||||
"bytesInOutput": 19118
|
||||
},
|
||||
|
||||
@ -673,12 +673,12 @@ var NEXT_DIR = path.join(__dirname, ".next");
|
||||
var OPEN_NEXT_DIR = path.join(__dirname, ".open-next");
|
||||
debug({ NEXT_DIR, OPEN_NEXT_DIR });
|
||||
var NextConfig = { "env": {}, "webpack": null, "eslint": { "ignoreDuringBuilds": true }, "typescript": { "ignoreBuildErrors": true, "tsconfigPath": "tsconfig.json" }, "distDir": ".next", "cleanDistDir": true, "assetPrefix": "", "cacheMaxMemorySize": 52428800, "configOrigin": "next.config.mjs", "useFileSystemPublicRoutes": true, "generateEtags": true, "pageExtensions": ["tsx", "ts", "jsx", "js"], "poweredByHeader": true, "compress": true, "analyticsId": "", "images": { "deviceSizes": [640, 750, 828, 1080, 1200, 1920, 2048, 3840], "imageSizes": [16, 32, 48, 64, 96, 128, 256, 384], "path": "/_next/image", "loader": "default", "loaderFile": "", "domains": [], "disableStaticImages": false, "minimumCacheTTL": 60, "formats": ["image/webp"], "dangerouslyAllowSVG": false, "contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;", "contentDispositionType": "inline", "remotePatterns": [], "unoptimized": true }, "devIndicators": { "buildActivity": true, "buildActivityPosition": "bottom-right" }, "onDemandEntries": { "maxInactiveAge": 6e4, "pagesBufferLength": 5 }, "amp": { "canonicalBase": "" }, "basePath": "", "sassOptions": {}, "trailingSlash": false, "i18n": null, "productionBrowserSourceMaps": false, "optimizeFonts": true, "excludeDefaultMomentLocales": true, "serverRuntimeConfig": {}, "publicRuntimeConfig": {}, "reactProductionProfiling": false, "reactStrictMode": null, "httpAgentOptions": { "keepAlive": true }, "outputFileTracing": true, "staticPageGenerationTimeout": 60, "swcMinify": true, "output": "standalone", "modularizeImports": { "@mui/icons-material": { "transform": "@mui/icons-material/{{member}}" }, "lodash": { "transform": "lodash/{{member}}" } }, "experimental": { "multiZoneDraftMode": false, "prerenderEarlyExit": false, "serverMinification": true, "serverSourceMaps": false, "linkNoTouchStart": false, "caseSensitiveRoutes": false, "clientRouterFilter": true, "clientRouterFilterRedirects": false, "fetchCacheKeyPrefix": "", "middlewarePrefetch": "flexible", "optimisticClientCache": true, "manualClientBasePath": false, "cpus": 11, "memoryBasedWorkersCount": false, "isrFlushToDisk": true, "workerThreads": false, "optimizeCss": false, "nextScriptWorkers": false, "scrollRestoration": false, "externalDir": false, "disableOptimizedLoading": false, "gzipSize": true, "craCompat": false, "esmExternals": true, "fullySpecified": false, "outputFileTracingRoot": "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo", "swcTraceProfiling": false, "forceSwcTransforms": false, "largePageDataBytes": 128e3, "adjustFontFallbacks": false, "adjustFontFallbacksWithSizeAdjust": false, "typedRoutes": false, "instrumentationHook": false, "bundlePagesExternals": false, "parallelServerCompiles": false, "parallelServerBuildTraces": false, "ppr": false, "missingSuspenseWithCSRBailout": true, "optimizeServerReact": true, "useEarlyImport": false, "staleTimes": { "dynamic": 30, "static": 300 }, "optimizePackageImports": ["lucide-react", "date-fns", "lodash-es", "ramda", "antd", "react-bootstrap", "ahooks", "@ant-design/icons", "@headlessui/react", "@headlessui-float/react", "@heroicons/react/20/solid", "@heroicons/react/24/solid", "@heroicons/react/24/outline", "@visx/visx", "@tremor/react", "rxjs", "@mui/material", "@mui/icons-material", "recharts", "react-use", "@material-ui/core", "@material-ui/icons", "@tabler/icons-react", "mui-core", "react-icons/ai", "react-icons/bi", "react-icons/bs", "react-icons/cg", "react-icons/ci", "react-icons/di", "react-icons/fa", "react-icons/fa6", "react-icons/fc", "react-icons/fi", "react-icons/gi", "react-icons/go", "react-icons/gr", "react-icons/hi", "react-icons/hi2", "react-icons/im", "react-icons/io", "react-icons/io5", "react-icons/lia", "react-icons/lib", "react-icons/lu", "react-icons/md", "react-icons/pi", "react-icons/ri", "react-icons/rx", "react-icons/si", "react-icons/sl", "react-icons/tb", "react-icons/tfi", "react-icons/ti", "react-icons/vsc", "react-icons/wi"], "trustHostHeader": false, "isExperimentalCompile": false }, "configFileName": "next.config.mjs" };
|
||||
var BuildId = "moUXVtzs2Bhk2eoEY-sub";
|
||||
var BuildId = "4uEaMTLdvJuALxh_n_EDu";
|
||||
var HtmlPages = [];
|
||||
var RoutesManifest = { "basePath": "", "rewrites": { "beforeFiles": [], "afterFiles": [], "fallback": [] }, "redirects": [{ "source": "/:path+/", "destination": "/:path+", "internal": true, "statusCode": 308, "regex": "^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$" }], "routes": { "static": [{ "page": "/", "regex": "^/(?:/)?$", "routeKeys": {}, "namedRegex": "^/(?:/)?$" }, { "page": "/_not-found", "regex": "^/_not\\-found(?:/)?$", "routeKeys": {}, "namedRegex": "^/_not\\-found(?:/)?$" }, { "page": "/admin", "regex": "^/admin(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin(?:/)?$" }, { "page": "/admin/analytics", "regex": "^/admin/analytics(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/analytics(?:/)?$" }, { "page": "/admin/artists", "regex": "^/admin/artists(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/artists(?:/)?$" }, { "page": "/admin/artists/new", "regex": "^/admin/artists/new(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/artists/new(?:/)?$" }, { "page": "/admin/calendar", "regex": "^/admin/calendar(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/calendar(?:/)?$" }, { "page": "/admin/portfolio", "regex": "^/admin/portfolio(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/portfolio(?:/)?$" }, { "page": "/admin/settings", "regex": "^/admin/settings(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/settings(?:/)?$" }, { "page": "/admin/uploads", "regex": "^/admin/uploads(?:/)?$", "routeKeys": {}, "namedRegex": "^/admin/uploads(?:/)?$" }, { "page": "/aftercare", "regex": "^/aftercare(?:/)?$", "routeKeys": {}, "namedRegex": "^/aftercare(?:/)?$" }, { "page": "/artists", "regex": "^/artists(?:/)?$", "routeKeys": {}, "namedRegex": "^/artists(?:/)?$" }, { "page": "/auth/error", "regex": "^/auth/error(?:/)?$", "routeKeys": {}, "namedRegex": "^/auth/error(?:/)?$" }, { "page": "/auth/signin", "regex": "^/auth/signin(?:/)?$", "routeKeys": {}, "namedRegex": "^/auth/signin(?:/)?$" }, { "page": "/book", "regex": "^/book(?:/)?$", "routeKeys": {}, "namedRegex": "^/book(?:/)?$" }, { "page": "/contact", "regex": "^/contact(?:/)?$", "routeKeys": {}, "namedRegex": "^/contact(?:/)?$" }, { "page": "/deposit", "regex": "^/deposit(?:/)?$", "routeKeys": {}, "namedRegex": "^/deposit(?:/)?$" }, { "page": "/favicon.ico", "regex": "^/favicon\\.ico(?:/)?$", "routeKeys": {}, "namedRegex": "^/favicon\\.ico(?:/)?$" }, { "page": "/gift-cards", "regex": "^/gift\\-cards(?:/)?$", "routeKeys": {}, "namedRegex": "^/gift\\-cards(?:/)?$" }, { "page": "/privacy", "regex": "^/privacy(?:/)?$", "routeKeys": {}, "namedRegex": "^/privacy(?:/)?$" }, { "page": "/specials", "regex": "^/specials(?:/)?$", "routeKeys": {}, "namedRegex": "^/specials(?:/)?$" }, { "page": "/terms", "regex": "^/terms(?:/)?$", "routeKeys": {}, "namedRegex": "^/terms(?:/)?$" }], "dynamic": [{ "page": "/admin/artists/[id]", "regex": "^/admin/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/admin/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/api/artists/[id]", "regex": "^/api/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/api/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/api/auth/[...nextauth]", "regex": "^/api/auth/(.+?)(?:/)?$", "routeKeys": { "nxtPnextauth": "nxtPnextauth" }, "namedRegex": "^/api/auth/(?<nxtPnextauth>.+?)(?:/)?$" }, { "page": "/api/portfolio/[id]", "regex": "^/api/portfolio/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/api/portfolio/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/artists/[id]", "regex": "^/artists/([^/]+?)(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/artists/(?<nxtPid>[^/]+?)(?:/)?$" }, { "page": "/artists/[id]/book", "regex": "^/artists/([^/]+?)/book(?:/)?$", "routeKeys": { "nxtPid": "nxtPid" }, "namedRegex": "^/artists/(?<nxtPid>[^/]+?)/book(?:/)?$" }], "data": { "static": [], "dynamic": [] } }, "locales": [] };
|
||||
var MiddlewareManifest = { "version": 3, "middleware": { "/": { "files": ["server/edge-runtime-webpack.js", "server/middleware.js"], "name": "middleware", "page": "/", "matchers": [{ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*))(.json)?[\\/#\\?]?$", "originalSource": "/((?!_next/static|_next/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*)" }], "wasm": [], "assets": [], "env": { "__NEXT_BUILD_ID": "moUXVtzs2Bhk2eoEY-sub", "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "a5w8Al/LceGAEBAlCmLaVGy1uGjWkyVXJJF7qa6zvfU=", "__NEXT_PREVIEW_MODE_ID": "357089a5a8857bac42c7016153480f60", "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "068ad86c40815751aaee20559bb2914de03a50bf0d7b9a358b02e3359699c8c9", "__NEXT_PREVIEW_MODE_SIGNING_KEY": "7e9864116e15094f48442bf7a8975abc6d20440dc377454c5a4ba43bcf8dfed8" } } }, "functions": {}, "sortedMiddleware": ["/"] };
|
||||
var AppPathRoutesManifest = { "/_not-found/page": "/_not-found", "/aftercare/page": "/aftercare", "/api/admin/migrate/route": "/api/admin/migrate", "/api/artists/[id]/route": "/api/artists/[id]", "/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]", "/artists/[id]/book/page": "/artists/[id]/book", "/artists/[id]/page": "/artists/[id]", "/artists/page": "/artists", "/book/page": "/book", "/contact/page": "/contact", "/deposit/page": "/deposit", "/favicon.ico/route": "/favicon.ico", "/auth/error/page": "/auth/error", "/auth/signin/page": "/auth/signin", "/gift-cards/page": "/gift-cards", "/page": "/", "/specials/page": "/specials", "/privacy/page": "/privacy", "/terms/page": "/terms", "/api/admin/stats/route": "/api/admin/stats", "/api/artists/route": "/api/artists", "/api/files/bulk-delete/route": "/api/files/bulk-delete", "/api/files/folder/route": "/api/files/folder", "/api/files/route": "/api/files", "/api/files/stats/route": "/api/files/stats", "/api/appointments/route": "/api/appointments", "/api/portfolio/[id]/route": "/api/portfolio/[id]", "/api/portfolio/bulk-delete/route": "/api/portfolio/bulk-delete", "/api/portfolio/stats/route": "/api/portfolio/stats", "/api/portfolio/route": "/api/portfolio", "/api/upload/route": "/api/upload", "/api/settings/route": "/api/settings", "/api/users/route": "/api/users", "/admin/artists/[id]/page": "/admin/artists/[id]", "/admin/artists/new/page": "/admin/artists/new", "/admin/artists/page": "/admin/artists", "/admin/calendar/page": "/admin/calendar", "/admin/page": "/admin", "/admin/portfolio/page": "/admin/portfolio", "/admin/settings/page": "/admin/settings", "/admin/uploads/page": "/admin/uploads", "/admin/analytics/page": "/admin/analytics" };
|
||||
var FunctionsConfigManifest = { "version": 1, "functions": { "/api/admin/stats": {}, "/api/artists": {}, "/api/files/folder": {}, "/api/files/bulk-delete": {}, "/api/files": {}, "/api/files/stats": {}, "/api/appointments": {}, "/api/portfolio/bulk-delete": {}, "/api/portfolio/[id]": {}, "/api/portfolio/stats": {}, "/api/upload": {}, "/api/users": {}, "/admin/portfolio": {}, "/admin/settings": {}, "/admin/uploads": {}, "/admin/analytics": {}, "/api/settings": {}, "/api/portfolio": {} } };
|
||||
var MiddlewareManifest = { "version": 3, "middleware": { "/": { "files": ["server/edge-runtime-webpack.js", "server/middleware.js"], "name": "middleware", "page": "/", "matchers": [{ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?(?:\\/((?!_next\\/static|_next\\/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*))(.json)?[\\/#\\?]?$", "originalSource": "/((?!_next/static|_next/image|favicon.ico|public|.*\\.png$|.*\\.jpg$|.*\\.jpeg$|.*\\.gif$|.*\\.svg$).*)" }], "wasm": [], "assets": [], "env": { "__NEXT_BUILD_ID": "4uEaMTLdvJuALxh_n_EDu", "NEXT_SERVER_ACTIONS_ENCRYPTION_KEY": "3FfGsvknGHrGT74qIChqK2eU+/tqKovIQ3ndq/Nd0Ec=", "__NEXT_PREVIEW_MODE_ID": "8e1e2528c87ad891e3ea99122896252d", "__NEXT_PREVIEW_MODE_ENCRYPTION_KEY": "48c6c4a0fd916209a37e428dd8140f3b8fc440ba0036a6e88ce238057c48d33e", "__NEXT_PREVIEW_MODE_SIGNING_KEY": "01f1aa31d89766d20ac22dee94c25b116e25d925a7432a6ef267074f8bb5de5e" } } }, "functions": {}, "sortedMiddleware": ["/"] };
|
||||
var AppPathRoutesManifest = { "/_not-found/page": "/_not-found", "/api/admin/migrate/route": "/api/admin/migrate", "/aftercare/page": "/aftercare", "/api/artists/[id]/route": "/api/artists/[id]", "/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]", "/artists/[id]/book/page": "/artists/[id]/book", "/artists/page": "/artists", "/artists/[id]/page": "/artists/[id]", "/auth/error/page": "/auth/error", "/auth/signin/page": "/auth/signin", "/book/page": "/book", "/contact/page": "/contact", "/deposit/page": "/deposit", "/favicon.ico/route": "/favicon.ico", "/gift-cards/page": "/gift-cards", "/page": "/", "/privacy/page": "/privacy", "/specials/page": "/specials", "/terms/page": "/terms", "/api/files/bulk-delete/route": "/api/files/bulk-delete", "/api/artists/route": "/api/artists", "/api/admin/stats/route": "/api/admin/stats", "/api/files/folder/route": "/api/files/folder", "/api/files/stats/route": "/api/files/stats", "/api/files/route": "/api/files", "/api/portfolio/bulk-delete/route": "/api/portfolio/bulk-delete", "/api/portfolio/[id]/route": "/api/portfolio/[id]", "/api/portfolio/stats/route": "/api/portfolio/stats", "/api/upload/route": "/api/upload", "/api/appointments/route": "/api/appointments", "/api/portfolio/route": "/api/portfolio", "/api/settings/route": "/api/settings", "/api/users/route": "/api/users", "/admin/artists/[id]/page": "/admin/artists/[id]", "/admin/artists/new/page": "/admin/artists/new", "/admin/artists/page": "/admin/artists", "/admin/calendar/page": "/admin/calendar", "/admin/page": "/admin", "/admin/portfolio/page": "/admin/portfolio", "/admin/settings/page": "/admin/settings", "/admin/uploads/page": "/admin/uploads", "/admin/analytics/page": "/admin/analytics" };
|
||||
var FunctionsConfigManifest = { "version": 1, "functions": { "/api/admin/stats": {}, "/api/artists": {}, "/api/files/folder": {}, "/api/files/bulk-delete": {}, "/api/files": {}, "/api/files/stats": {}, "/api/appointments": {}, "/api/portfolio/bulk-delete": {}, "/api/portfolio/[id]": {}, "/api/portfolio/stats": {}, "/api/portfolio": {}, "/api/settings": {}, "/api/users": {}, "/api/upload": {}, "/admin/portfolio": {}, "/admin/settings": {}, "/admin/uploads": {}, "/admin/analytics": {} } };
|
||||
var PagesManifest = { "/_app": "pages/_app.js", "/_error": "pages/_error.js", "/_document": "pages/_document.js" };
|
||||
process.env.NEXT_BUILD_ID = BuildId;
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-01 — ShadCN UI Consistency Across Pages
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -57,6 +57,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|---------------------------------------------|----------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner |
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB-01 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-02 — Parallax and Split-Screen Hero Sections
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -61,6 +61,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|-----------------------------------------------|--------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner|
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB‑02 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-03 — Search Page with Filters (Style, Availability, Price Tier)
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -65,6 +65,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|----------------------------------------------|--------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner|
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB‑03 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-04 — Quick Search (Ctrl+K) Across Artists and Content
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -64,6 +64,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|----------------------------------------------|--------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner|
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB‑04 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-05 — Aftercare Enhancements (Visuals, Progress, Printable/PDF)
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -59,6 +59,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|-----------------------------------------------|--------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner|
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB‑05 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# UT-PUB-06 — Artist Galleries with Style Filters and Lightbox
|
||||
|
||||
## Status
|
||||
Draft
|
||||
Ready for Dev
|
||||
|
||||
## Story
|
||||
As a visitor,
|
||||
@ -77,6 +77,7 @@ Pulled from project artifacts (do not invent):
|
||||
## Change Log
|
||||
| Date | Version | Description | Author |
|
||||
|------------|---------|-----------------------------------------------|--------------|
|
||||
| 2025-09-19 | 0.2 | PO validation: Ready for Dev | Product Owner|
|
||||
| 2025-09-19 | 0.1 | Initial draft of PUB‑06 story | Scrum Master |
|
||||
|
||||
## Dev Agent Record
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user