@backstage/create-app 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ app:
|
|
|
2
2
|
title: Scaffolded Backstage App
|
|
3
3
|
baseUrl: http://localhost:3000
|
|
4
4
|
|
|
5
|
+
# Enable all packages by default, this will discover packages from packages/app/package.json
|
|
5
6
|
packages: all
|
|
6
7
|
|
|
7
8
|
extensions:
|
|
@@ -11,6 +12,11 @@ app:
|
|
|
11
12
|
- nav-item:catalog: false
|
|
12
13
|
- nav-item:scaffolder: false
|
|
13
14
|
|
|
15
|
+
# Configure the catalog index page to be the root page, this is normally mounted on /catalog
|
|
16
|
+
- page:catalog:
|
|
17
|
+
config:
|
|
18
|
+
path: /
|
|
19
|
+
|
|
14
20
|
|
|
15
21
|
organization:
|
|
16
22
|
name: My Company
|