fix
This commit is contained in:
parent
454eabfc78
commit
9d9d041902
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ava",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
|
|
|
@ -15,6 +15,6 @@ const configuration = {
|
|||
route: process.env.USERINFO__ROUTE!,
|
||||
identifier: process.env.USERINFO__IDENTIFIER!
|
||||
},
|
||||
allowed_types: process.env.ALLOWED_TYPES!.split(",")
|
||||
allowed_types: process.env.ALLOWED_TYPES?.split(",") || []
|
||||
}
|
||||
export default configuration
|
Loading…
Reference in a new issue