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.
16 lines
593 B
JavaScript
16 lines
593 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "needsExperimentalReact", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return needsExperimentalReact;
|
|
}
|
|
});
|
|
function needsExperimentalReact(config) {
|
|
var _config_experimental, _config_experimental1;
|
|
return Boolean(((_config_experimental = config.experimental) == null ? void 0 : _config_experimental.ppr) || ((_config_experimental1 = config.experimental) == null ? void 0 : _config_experimental1.taint));
|
|
}
|
|
|
|
//# sourceMappingURL=needs-experimental-react.js.map
|