Added support for filter using config instead of props

Signed-off-by: shmaram <shaharshmaram@gmail.com>
This commit is contained in:
shmaram
2023-12-05 17:50:28 +02:00
parent 8e1a0aa867
commit 6aa6f66e72
8 changed files with 197 additions and 15 deletions
+3 -1
View File
@@ -36,6 +36,7 @@
]
}
},
"configSchema": "config.d.ts",
"sideEffects": false,
"scripts": {
"build": "backstage-cli package build",
@@ -90,6 +91,7 @@
"msw": "^1.0.0"
},
"files": [
"dist"
"dist",
"config.d.ts"
]
}