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),
|
||||
globals: [Header, Footer],
|
||||
plugins,
|
||||
secret: process.env.PAYLOAD_SECRET,
|
||||
secret: process.env.PAYLOAD_SECRET!,
|
||||
sharp,
|
||||
typescript: {
|
||||
outputFile: path.resolve(dirname, 'payload-types.ts'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue