payload is working! must use webpack
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user