united-tattoo/.wrangler/tmp/bundle-uQKTbY/middleware-insertion-facade.js
Nicholai 16cee69250 __Admin dashboard scaffolded with D1 database and R2 file uploads__
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.
2025-09-17 16:08:34 -06:00

11 lines
848 B
JavaScript

import worker, * as OTHER_EXPORTS from "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/worker.js";
import * as __MIDDLEWARE_0__ from "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/node_modules/wrangler/templates/middleware/middleware-ensure-req-body-drained.ts";
import * as __MIDDLEWARE_1__ from "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/node_modules/wrangler/templates/middleware/middleware-miniflare3-json-error.ts";
export * from "/home/Nicholai/Documents/Dev/united_v03/united-tattoo/united-tattoo/.open-next/worker.js";
const MIDDLEWARE_TEST_INJECT = "__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__";
export const __INTERNAL_WRANGLER_MIDDLEWARE__ = [
__MIDDLEWARE_0__.default,__MIDDLEWARE_1__.default
]
export default worker;