env
This commit is contained in:
parent
cc2363519a
commit
35560e6a66
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ export default buildConfig({
|
||||||
cors: [getServerSideURL()].filter(Boolean),
|
cors: [getServerSideURL()].filter(Boolean),
|
||||||
globals: [Header, Footer],
|
globals: [Header, Footer],
|
||||||
plugins,
|
plugins,
|
||||||
secret: process.env.PAYLOAD_SECRET,
|
secret: process.env.PAYLOAD_SECRET!,
|
||||||
sharp,
|
sharp,
|
||||||
typescript: {
|
typescript: {
|
||||||
outputFile: path.resolve(dirname, 'payload-types.ts'),
|
outputFile: path.resolve(dirname, 'payload-types.ts'),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue