added app-node with a static fallback handler extension point

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-02 15:09:46 +02:00
parent e8bebb6f5f
commit 9fbe95ef65
9 changed files with 165 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname);