Fix database functionality in admin CMS - Restore CRUD operations and API connectivity

This commit is contained in:
Nicholai 2025-08-16 04:18:13 -06:00
parent 362d991a15
commit 7fe22c671a
326 changed files with 18029 additions and 751 deletions

View File

@ -22,7 +22,8 @@ WEB3FORMS_ACCESS_KEY="your-web3forms-access-key-here"
# Optional upload provider (Cloudinary / Uploadthing)
# CLOUDINARY_URL=cloudinary://API_KEY:API_SECRET@CLOUD_NAME
# UPLOADTHING_SECRET=your-uploadthing-secret
UPLOADTHING_SECRET=your-uploadthing-secret
UPLOADTHING_APP_ID=your-uploadthing-app-id
# Node environment
NODE_ENV=development

View File

@ -1,31 +1,46 @@
{
"pages": {
"/api/auth/[...nextauth]/route": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/api/auth/[...nextauth]/route.js"
],
"/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/css/app/layout.css",
"static/chunks/app/layout.js"
],
"/admin/layout": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/admin/layout.js"
],
"/admin/faq/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/admin/faq/page.js"
],
"/api/auth/[...nextauth]/route": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/api/auth/[...nextauth]/route.js"
],
"/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/page.js"
],
"/crew/page": [
"/api/projects/route": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/crew/page.js"
"static/chunks/app/api/projects/route.js"
],
"/projects/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/projects/page.js"
],
"/crew/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",
"static/chunks/app/crew/page.js"
],
"/blog/page": [
"static/chunks/webpack.js",
"static/chunks/main-app.js",

File diff suppressed because one or more lines are too long

1
.next/cache/eslint/.cache_1cdar6r vendored Normal file

File diff suppressed because one or more lines are too long

1
.next/cache/eslint/.cache_ekf5mm vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More