This commit implements the core admin dashboard functionality including NextAuth authentication, Cloudflare D1 database integration with complete schema, and Cloudflare R2 file upload system for portfolio images. Features include artist management, appointment scheduling, and data migration capabilities.
329 lines
12 KiB
JavaScript
329 lines
12 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
0 && (module.exports = {
|
|
ACTION_SUFFIX: null,
|
|
APP_DIR_ALIAS: null,
|
|
CACHE_ONE_YEAR: null,
|
|
DOT_NEXT_ALIAS: null,
|
|
ESLINT_DEFAULT_DIRS: null,
|
|
GSP_NO_RETURNED_VALUE: null,
|
|
GSSP_COMPONENT_MEMBER_ERROR: null,
|
|
GSSP_NO_RETURNED_VALUE: null,
|
|
INSTRUMENTATION_HOOK_FILENAME: null,
|
|
MIDDLEWARE_FILENAME: null,
|
|
MIDDLEWARE_LOCATION_REGEXP: null,
|
|
NEXT_BODY_SUFFIX: null,
|
|
NEXT_CACHE_IMPLICIT_TAG_ID: null,
|
|
NEXT_CACHE_REVALIDATED_TAGS_HEADER: null,
|
|
NEXT_CACHE_REVALIDATE_TAG_TOKEN_HEADER: null,
|
|
NEXT_CACHE_SOFT_TAGS_HEADER: null,
|
|
NEXT_CACHE_SOFT_TAG_MAX_LENGTH: null,
|
|
NEXT_CACHE_TAGS_HEADER: null,
|
|
NEXT_CACHE_TAG_MAX_ITEMS: null,
|
|
NEXT_CACHE_TAG_MAX_LENGTH: null,
|
|
NEXT_DATA_SUFFIX: null,
|
|
NEXT_META_SUFFIX: null,
|
|
NEXT_QUERY_PARAM_PREFIX: null,
|
|
NON_STANDARD_NODE_ENV: null,
|
|
PAGES_DIR_ALIAS: null,
|
|
PRERENDER_REVALIDATE_HEADER: null,
|
|
PRERENDER_REVALIDATE_ONLY_GENERATED_HEADER: null,
|
|
PUBLIC_DIR_MIDDLEWARE_CONFLICT: null,
|
|
ROOT_DIR_ALIAS: null,
|
|
RSC_ACTION_CLIENT_WRAPPER_ALIAS: null,
|
|
RSC_ACTION_ENCRYPTION_ALIAS: null,
|
|
RSC_ACTION_PROXY_ALIAS: null,
|
|
RSC_ACTION_VALIDATE_ALIAS: null,
|
|
RSC_MOD_REF_PROXY_ALIAS: null,
|
|
RSC_PREFETCH_SUFFIX: null,
|
|
RSC_SUFFIX: null,
|
|
SERVER_PROPS_EXPORT_ERROR: null,
|
|
SERVER_PROPS_GET_INIT_PROPS_CONFLICT: null,
|
|
SERVER_PROPS_SSG_CONFLICT: null,
|
|
SERVER_RUNTIME: null,
|
|
SSG_FALLBACK_EXPORT_ERROR: null,
|
|
SSG_GET_INITIAL_PROPS_CONFLICT: null,
|
|
STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR: null,
|
|
UNSTABLE_REVALIDATE_RENAME_ERROR: null,
|
|
WEBPACK_LAYERS: null,
|
|
WEBPACK_RESOURCE_QUERIES: null
|
|
});
|
|
function _export(target, all) {
|
|
for(var name in all)Object.defineProperty(target, name, {
|
|
enumerable: true,
|
|
get: all[name]
|
|
});
|
|
}
|
|
_export(exports, {
|
|
ACTION_SUFFIX: function() {
|
|
return ACTION_SUFFIX;
|
|
},
|
|
APP_DIR_ALIAS: function() {
|
|
return APP_DIR_ALIAS;
|
|
},
|
|
CACHE_ONE_YEAR: function() {
|
|
return CACHE_ONE_YEAR;
|
|
},
|
|
DOT_NEXT_ALIAS: function() {
|
|
return DOT_NEXT_ALIAS;
|
|
},
|
|
ESLINT_DEFAULT_DIRS: function() {
|
|
return ESLINT_DEFAULT_DIRS;
|
|
},
|
|
GSP_NO_RETURNED_VALUE: function() {
|
|
return GSP_NO_RETURNED_VALUE;
|
|
},
|
|
GSSP_COMPONENT_MEMBER_ERROR: function() {
|
|
return GSSP_COMPONENT_MEMBER_ERROR;
|
|
},
|
|
GSSP_NO_RETURNED_VALUE: function() {
|
|
return GSSP_NO_RETURNED_VALUE;
|
|
},
|
|
INSTRUMENTATION_HOOK_FILENAME: function() {
|
|
return INSTRUMENTATION_HOOK_FILENAME;
|
|
},
|
|
MIDDLEWARE_FILENAME: function() {
|
|
return MIDDLEWARE_FILENAME;
|
|
},
|
|
MIDDLEWARE_LOCATION_REGEXP: function() {
|
|
return MIDDLEWARE_LOCATION_REGEXP;
|
|
},
|
|
NEXT_BODY_SUFFIX: function() {
|
|
return NEXT_BODY_SUFFIX;
|
|
},
|
|
NEXT_CACHE_IMPLICIT_TAG_ID: function() {
|
|
return NEXT_CACHE_IMPLICIT_TAG_ID;
|
|
},
|
|
NEXT_CACHE_REVALIDATED_TAGS_HEADER: function() {
|
|
return NEXT_CACHE_REVALIDATED_TAGS_HEADER;
|
|
},
|
|
NEXT_CACHE_REVALIDATE_TAG_TOKEN_HEADER: function() {
|
|
return NEXT_CACHE_REVALIDATE_TAG_TOKEN_HEADER;
|
|
},
|
|
NEXT_CACHE_SOFT_TAGS_HEADER: function() {
|
|
return NEXT_CACHE_SOFT_TAGS_HEADER;
|
|
},
|
|
NEXT_CACHE_SOFT_TAG_MAX_LENGTH: function() {
|
|
return NEXT_CACHE_SOFT_TAG_MAX_LENGTH;
|
|
},
|
|
NEXT_CACHE_TAGS_HEADER: function() {
|
|
return NEXT_CACHE_TAGS_HEADER;
|
|
},
|
|
NEXT_CACHE_TAG_MAX_ITEMS: function() {
|
|
return NEXT_CACHE_TAG_MAX_ITEMS;
|
|
},
|
|
NEXT_CACHE_TAG_MAX_LENGTH: function() {
|
|
return NEXT_CACHE_TAG_MAX_LENGTH;
|
|
},
|
|
NEXT_DATA_SUFFIX: function() {
|
|
return NEXT_DATA_SUFFIX;
|
|
},
|
|
NEXT_META_SUFFIX: function() {
|
|
return NEXT_META_SUFFIX;
|
|
},
|
|
NEXT_QUERY_PARAM_PREFIX: function() {
|
|
return NEXT_QUERY_PARAM_PREFIX;
|
|
},
|
|
NON_STANDARD_NODE_ENV: function() {
|
|
return NON_STANDARD_NODE_ENV;
|
|
},
|
|
PAGES_DIR_ALIAS: function() {
|
|
return PAGES_DIR_ALIAS;
|
|
},
|
|
PRERENDER_REVALIDATE_HEADER: function() {
|
|
return PRERENDER_REVALIDATE_HEADER;
|
|
},
|
|
PRERENDER_REVALIDATE_ONLY_GENERATED_HEADER: function() {
|
|
return PRERENDER_REVALIDATE_ONLY_GENERATED_HEADER;
|
|
},
|
|
PUBLIC_DIR_MIDDLEWARE_CONFLICT: function() {
|
|
return PUBLIC_DIR_MIDDLEWARE_CONFLICT;
|
|
},
|
|
ROOT_DIR_ALIAS: function() {
|
|
return ROOT_DIR_ALIAS;
|
|
},
|
|
RSC_ACTION_CLIENT_WRAPPER_ALIAS: function() {
|
|
return RSC_ACTION_CLIENT_WRAPPER_ALIAS;
|
|
},
|
|
RSC_ACTION_ENCRYPTION_ALIAS: function() {
|
|
return RSC_ACTION_ENCRYPTION_ALIAS;
|
|
},
|
|
RSC_ACTION_PROXY_ALIAS: function() {
|
|
return RSC_ACTION_PROXY_ALIAS;
|
|
},
|
|
RSC_ACTION_VALIDATE_ALIAS: function() {
|
|
return RSC_ACTION_VALIDATE_ALIAS;
|
|
},
|
|
RSC_MOD_REF_PROXY_ALIAS: function() {
|
|
return RSC_MOD_REF_PROXY_ALIAS;
|
|
},
|
|
RSC_PREFETCH_SUFFIX: function() {
|
|
return RSC_PREFETCH_SUFFIX;
|
|
},
|
|
RSC_SUFFIX: function() {
|
|
return RSC_SUFFIX;
|
|
},
|
|
SERVER_PROPS_EXPORT_ERROR: function() {
|
|
return SERVER_PROPS_EXPORT_ERROR;
|
|
},
|
|
SERVER_PROPS_GET_INIT_PROPS_CONFLICT: function() {
|
|
return SERVER_PROPS_GET_INIT_PROPS_CONFLICT;
|
|
},
|
|
SERVER_PROPS_SSG_CONFLICT: function() {
|
|
return SERVER_PROPS_SSG_CONFLICT;
|
|
},
|
|
SERVER_RUNTIME: function() {
|
|
return SERVER_RUNTIME;
|
|
},
|
|
SSG_FALLBACK_EXPORT_ERROR: function() {
|
|
return SSG_FALLBACK_EXPORT_ERROR;
|
|
},
|
|
SSG_GET_INITIAL_PROPS_CONFLICT: function() {
|
|
return SSG_GET_INITIAL_PROPS_CONFLICT;
|
|
},
|
|
STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR: function() {
|
|
return STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR;
|
|
},
|
|
UNSTABLE_REVALIDATE_RENAME_ERROR: function() {
|
|
return UNSTABLE_REVALIDATE_RENAME_ERROR;
|
|
},
|
|
WEBPACK_LAYERS: function() {
|
|
return WEBPACK_LAYERS;
|
|
},
|
|
WEBPACK_RESOURCE_QUERIES: function() {
|
|
return WEBPACK_RESOURCE_QUERIES;
|
|
}
|
|
});
|
|
const NEXT_QUERY_PARAM_PREFIX = "nxtP";
|
|
const PRERENDER_REVALIDATE_HEADER = "x-prerender-revalidate";
|
|
const PRERENDER_REVALIDATE_ONLY_GENERATED_HEADER = "x-prerender-revalidate-if-generated";
|
|
const RSC_PREFETCH_SUFFIX = ".prefetch.rsc";
|
|
const RSC_SUFFIX = ".rsc";
|
|
const ACTION_SUFFIX = ".action";
|
|
const NEXT_DATA_SUFFIX = ".json";
|
|
const NEXT_META_SUFFIX = ".meta";
|
|
const NEXT_BODY_SUFFIX = ".body";
|
|
const NEXT_CACHE_TAGS_HEADER = "x-next-cache-tags";
|
|
const NEXT_CACHE_SOFT_TAGS_HEADER = "x-next-cache-soft-tags";
|
|
const NEXT_CACHE_REVALIDATED_TAGS_HEADER = "x-next-revalidated-tags";
|
|
const NEXT_CACHE_REVALIDATE_TAG_TOKEN_HEADER = "x-next-revalidate-tag-token";
|
|
const NEXT_CACHE_TAG_MAX_ITEMS = 64;
|
|
const NEXT_CACHE_TAG_MAX_LENGTH = 256;
|
|
const NEXT_CACHE_SOFT_TAG_MAX_LENGTH = 1024;
|
|
const NEXT_CACHE_IMPLICIT_TAG_ID = "_N_T_";
|
|
const CACHE_ONE_YEAR = 31536000;
|
|
const MIDDLEWARE_FILENAME = "middleware";
|
|
const MIDDLEWARE_LOCATION_REGEXP = `(?:src/)?${MIDDLEWARE_FILENAME}`;
|
|
const INSTRUMENTATION_HOOK_FILENAME = "instrumentation";
|
|
const PAGES_DIR_ALIAS = "private-next-pages";
|
|
const DOT_NEXT_ALIAS = "private-dot-next";
|
|
const ROOT_DIR_ALIAS = "private-next-root-dir";
|
|
const APP_DIR_ALIAS = "private-next-app-dir";
|
|
const RSC_MOD_REF_PROXY_ALIAS = "private-next-rsc-mod-ref-proxy";
|
|
const RSC_ACTION_VALIDATE_ALIAS = "private-next-rsc-action-validate";
|
|
const RSC_ACTION_PROXY_ALIAS = "private-next-rsc-server-reference";
|
|
const RSC_ACTION_ENCRYPTION_ALIAS = "private-next-rsc-action-encryption";
|
|
const RSC_ACTION_CLIENT_WRAPPER_ALIAS = "private-next-rsc-action-client-wrapper";
|
|
const PUBLIC_DIR_MIDDLEWARE_CONFLICT = `You can not have a '_next' folder inside of your public folder. This conflicts with the internal '/_next' route. https://nextjs.org/docs/messages/public-next-folder-conflict`;
|
|
const SSG_GET_INITIAL_PROPS_CONFLICT = `You can not use getInitialProps with getStaticProps. To use SSG, please remove your getInitialProps`;
|
|
const SERVER_PROPS_GET_INIT_PROPS_CONFLICT = `You can not use getInitialProps with getServerSideProps. Please remove getInitialProps.`;
|
|
const SERVER_PROPS_SSG_CONFLICT = `You can not use getStaticProps or getStaticPaths with getServerSideProps. To use SSG, please remove getServerSideProps`;
|
|
const STATIC_STATUS_PAGE_GET_INITIAL_PROPS_ERROR = `can not have getInitialProps/getServerSideProps, https://nextjs.org/docs/messages/404-get-initial-props`;
|
|
const SERVER_PROPS_EXPORT_ERROR = `pages with \`getServerSideProps\` can not be exported. See more info here: https://nextjs.org/docs/messages/gssp-export`;
|
|
const GSP_NO_RETURNED_VALUE = "Your `getStaticProps` function did not return an object. Did you forget to add a `return`?";
|
|
const GSSP_NO_RETURNED_VALUE = "Your `getServerSideProps` function did not return an object. Did you forget to add a `return`?";
|
|
const UNSTABLE_REVALIDATE_RENAME_ERROR = "The `unstable_revalidate` property is available for general use.\n" + "Please use `revalidate` instead.";
|
|
const GSSP_COMPONENT_MEMBER_ERROR = `can not be attached to a page's component and must be exported from the page. See more info here: https://nextjs.org/docs/messages/gssp-component-member`;
|
|
const NON_STANDARD_NODE_ENV = `You are using a non-standard "NODE_ENV" value in your environment. This creates inconsistencies in the project and is strongly advised against. Read more: https://nextjs.org/docs/messages/non-standard-node-env`;
|
|
const SSG_FALLBACK_EXPORT_ERROR = `Pages with \`fallback\` enabled in \`getStaticPaths\` can not be exported. See more info here: https://nextjs.org/docs/messages/ssg-fallback-true-export`;
|
|
const ESLINT_DEFAULT_DIRS = [
|
|
"app",
|
|
"pages",
|
|
"components",
|
|
"lib",
|
|
"src"
|
|
];
|
|
const SERVER_RUNTIME = {
|
|
edge: "edge",
|
|
experimentalEdge: "experimental-edge",
|
|
nodejs: "nodejs"
|
|
};
|
|
/**
|
|
* The names of the webpack layers. These layers are the primitives for the
|
|
* webpack chunks.
|
|
*/ const WEBPACK_LAYERS_NAMES = {
|
|
/**
|
|
* The layer for the shared code between the client and server bundles.
|
|
*/ shared: "shared",
|
|
/**
|
|
* React Server Components layer (rsc).
|
|
*/ reactServerComponents: "rsc",
|
|
/**
|
|
* Server Side Rendering layer for app (ssr).
|
|
*/ serverSideRendering: "ssr",
|
|
/**
|
|
* The browser client bundle layer for actions.
|
|
*/ actionBrowser: "action-browser",
|
|
/**
|
|
* The layer for the API routes.
|
|
*/ api: "api",
|
|
/**
|
|
* The layer for the middleware code.
|
|
*/ middleware: "middleware",
|
|
/**
|
|
* The layer for the instrumentation hooks.
|
|
*/ instrument: "instrument",
|
|
/**
|
|
* The layer for assets on the edge.
|
|
*/ edgeAsset: "edge-asset",
|
|
/**
|
|
* The browser client bundle layer for App directory.
|
|
*/ appPagesBrowser: "app-pages-browser",
|
|
/**
|
|
* The server bundle layer for metadata routes.
|
|
*/ appMetadataRoute: "app-metadata-route",
|
|
/**
|
|
* The layer for the server bundle for App Route handlers.
|
|
*/ appRouteHandler: "app-route-handler"
|
|
};
|
|
const WEBPACK_LAYERS = {
|
|
...WEBPACK_LAYERS_NAMES,
|
|
GROUP: {
|
|
serverOnly: [
|
|
WEBPACK_LAYERS_NAMES.reactServerComponents,
|
|
WEBPACK_LAYERS_NAMES.actionBrowser,
|
|
WEBPACK_LAYERS_NAMES.appMetadataRoute,
|
|
WEBPACK_LAYERS_NAMES.appRouteHandler,
|
|
WEBPACK_LAYERS_NAMES.instrument
|
|
],
|
|
clientOnly: [
|
|
WEBPACK_LAYERS_NAMES.serverSideRendering,
|
|
WEBPACK_LAYERS_NAMES.appPagesBrowser
|
|
],
|
|
nonClientServerTarget: [
|
|
// middleware and pages api
|
|
WEBPACK_LAYERS_NAMES.middleware,
|
|
WEBPACK_LAYERS_NAMES.api
|
|
],
|
|
app: [
|
|
WEBPACK_LAYERS_NAMES.reactServerComponents,
|
|
WEBPACK_LAYERS_NAMES.actionBrowser,
|
|
WEBPACK_LAYERS_NAMES.appMetadataRoute,
|
|
WEBPACK_LAYERS_NAMES.appRouteHandler,
|
|
WEBPACK_LAYERS_NAMES.serverSideRendering,
|
|
WEBPACK_LAYERS_NAMES.appPagesBrowser,
|
|
WEBPACK_LAYERS_NAMES.shared,
|
|
WEBPACK_LAYERS_NAMES.instrument
|
|
]
|
|
}
|
|
};
|
|
const WEBPACK_RESOURCE_QUERIES = {
|
|
edgeSSREntry: "__next_edge_ssr_entry__",
|
|
metadata: "__next_metadata__",
|
|
metadataRoute: "__next_metadata_route__",
|
|
metadataImageMeta: "__next_metadata_image_meta__"
|
|
};
|
|
|
|
//# sourceMappingURL=constants.js.map
|