Support ORIGIN env var in dev
This commit is contained in:
parent
83cb7af8b0
commit
779a634e15
|
@ -115,6 +115,7 @@ const functions = [
|
|||
'process.env.CLOUDFLARE_KEY': JSON.stringify(
|
||||
process.env.CLOUDFLARE_KEY
|
||||
),
|
||||
'process.env.ORIGIN': JSON.stringify(process.env.ORIGIN),
|
||||
'process.env.SECRET_KEY': JSON.stringify(secretKey)
|
||||
})
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue