payload is working! must use webpack

This commit is contained in:
2026-03-26 15:52:28 -05:00
parent 13b8b36c4c
commit 0d83380251
32 changed files with 1182 additions and 18330 deletions

View File

@@ -11,6 +11,8 @@
"NEXT_PUBLIC_SENTRY_URL",
"NEXT_PUBLIC_SENTRY_ORG",
"NEXT_PUBLIC_SENTRY_PROJECT_NAME",
"PAYLOAD_SECRET",
"PAYLOAD_DB_URL",
"CONVEX_SELF_HOSTED_URL",
"CONVEX_SELF_HOSTED_ADMIN_KEY",
"CONVEX_SITE_URL",
@@ -19,7 +21,7 @@
"USESEND_FROM_EMAIL",
"AUTH_AUTHENTIK_ID",
"AUTH_AUTHENTIK_SECRET",
"AUTH_AUTHENTIK_ISSUER"
"AUTH_AUTHENTIK_ISSUER",
],
"globalPassThroughEnv": ["NODE_ENV"],
"ui": "tui",
@@ -39,6 +41,10 @@
"cache": false,
"persistent": false
},
"dev:web": {
"cache": false,
"persistent": false
},
"format": {
"outputs": [".cache/.prettiercache"],
"outputLogs": "new-only"