@techdocs/cli 0.0.0-nightly-20250128022800 → 0.0.0-nightly-20250130022848
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 +14 -3
- package/dist/embedded-app/.config-schema.json +297 -21
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/main.3351f180.js +553 -0
- package/dist/embedded-app/static/main.3351f180.js.map +1 -0
- package/dist/embedded-app/static/module-remix-run.ae6d33c5.js +13 -0
- package/dist/embedded-app/static/module-remix-run.ae6d33c5.js.map +1 -0
- package/dist/embedded-app/static/{runtime.3de47668.js → runtime.3351f180.js} +1 -1
- package/dist/embedded-app/static/{runtime.3de47668.js.map → runtime.3351f180.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.3de47668.js → vendor.3351f180.js} +4 -4
- package/dist/embedded-app/static/{vendor.3de47668.js.map → vendor.3351f180.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.3de47668.js +0 -553
- package/dist/embedded-app/static/main.3de47668.js.map +0 -1
- package/dist/embedded-app/static/module-remix-run.ba6397c2.js +0 -13
- package/dist/embedded-app/static/module-remix-run.ba6397c2.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250130022848
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,12 +10,23 @@
|
|
|
10
10
|
|
|
11
11
|
- 69f84ac: Internal update to work with dynamic imports.
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
14
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
13
|
+
- @backstage/backend-defaults@0.0.0-nightly-20250130022848
|
|
14
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20250130022848
|
|
15
15
|
- @backstage/catalog-model@1.7.3
|
|
16
16
|
- @backstage/cli-common@0.1.15
|
|
17
17
|
- @backstage/config@1.3.2
|
|
18
18
|
|
|
19
|
+
## 1.9.0-next.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @backstage/backend-defaults@0.8.0-next.1
|
|
25
|
+
- @backstage/catalog-model@1.7.3
|
|
26
|
+
- @backstage/cli-common@0.1.15
|
|
27
|
+
- @backstage/config@1.3.2
|
|
28
|
+
- @backstage/plugin-techdocs-node@1.13.0-next.0
|
|
29
|
+
|
|
19
30
|
## 1.9.0-next.0
|
|
20
31
|
|
|
21
32
|
### Minor Changes
|
|
@@ -106,27 +106,6 @@
|
|
|
106
106
|
},
|
|
107
107
|
"path": "../cli/package.json"
|
|
108
108
|
},
|
|
109
|
-
{
|
|
110
|
-
"path": "../../plugins/permission-common/config.d.ts",
|
|
111
|
-
"value": {
|
|
112
|
-
"type": "object",
|
|
113
|
-
"properties": {
|
|
114
|
-
"permission": {
|
|
115
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
116
|
-
"type": "object",
|
|
117
|
-
"properties": {
|
|
118
|
-
"enabled": {
|
|
119
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
120
|
-
"visibility": "frontend",
|
|
121
|
-
"type": "boolean"
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
127
|
-
},
|
|
128
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
129
|
-
},
|
|
130
109
|
{
|
|
131
110
|
"path": "../core-app-api/config.d.ts",
|
|
132
111
|
"value": {
|
|
@@ -459,6 +438,27 @@
|
|
|
459
438
|
},
|
|
460
439
|
"packageName": "@backstage/plugin-techdocs"
|
|
461
440
|
},
|
|
441
|
+
{
|
|
442
|
+
"path": "../../plugins/permission-common/config.d.ts",
|
|
443
|
+
"value": {
|
|
444
|
+
"type": "object",
|
|
445
|
+
"properties": {
|
|
446
|
+
"permission": {
|
|
447
|
+
"description": "Configuration options for Backstage permissions and authorization",
|
|
448
|
+
"type": "object",
|
|
449
|
+
"properties": {
|
|
450
|
+
"enabled": {
|
|
451
|
+
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
452
|
+
"visibility": "frontend",
|
|
453
|
+
"type": "boolean"
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
},
|
|
458
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
459
|
+
},
|
|
460
|
+
"packageName": "@backstage/plugin-permission-common"
|
|
461
|
+
},
|
|
462
462
|
{
|
|
463
463
|
"path": "../integration/config.d.ts",
|
|
464
464
|
"value": {
|
|
@@ -1485,6 +1485,236 @@
|
|
|
1485
1485
|
},
|
|
1486
1486
|
"packageName": "@backstage/core-components"
|
|
1487
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-app-api/config.d.ts",
|
|
1490
|
+
"value": {
|
|
1491
|
+
"type": "object",
|
|
1492
|
+
"properties": {
|
|
1493
|
+
"app": {
|
|
1494
|
+
"description": "Generic frontend configuration.",
|
|
1495
|
+
"type": "object",
|
|
1496
|
+
"properties": {
|
|
1497
|
+
"baseUrl": {
|
|
1498
|
+
"description": "The public absolute root URL that the frontend.",
|
|
1499
|
+
"visibility": "frontend",
|
|
1500
|
+
"type": "string"
|
|
1501
|
+
},
|
|
1502
|
+
"title": {
|
|
1503
|
+
"description": "The title of the app, as shown in the Backstage web interface.",
|
|
1504
|
+
"visibility": "frontend",
|
|
1505
|
+
"type": "string"
|
|
1506
|
+
},
|
|
1507
|
+
"support": {
|
|
1508
|
+
"description": "Information about support of this Backstage instance and how to contact the integrator team.",
|
|
1509
|
+
"type": "object",
|
|
1510
|
+
"properties": {
|
|
1511
|
+
"url": {
|
|
1512
|
+
"description": "The primary support url.",
|
|
1513
|
+
"visibility": "frontend",
|
|
1514
|
+
"type": "string"
|
|
1515
|
+
},
|
|
1516
|
+
"items": {
|
|
1517
|
+
"description": "A list of categorized support item groupings.",
|
|
1518
|
+
"type": "array",
|
|
1519
|
+
"items": {
|
|
1520
|
+
"type": "object",
|
|
1521
|
+
"properties": {
|
|
1522
|
+
"title": {
|
|
1523
|
+
"description": "The title of the support item grouping.",
|
|
1524
|
+
"visibility": "frontend",
|
|
1525
|
+
"type": "string"
|
|
1526
|
+
},
|
|
1527
|
+
"icon": {
|
|
1528
|
+
"description": "An optional icon for the support item grouping.",
|
|
1529
|
+
"visibility": "frontend",
|
|
1530
|
+
"type": "string"
|
|
1531
|
+
},
|
|
1532
|
+
"links": {
|
|
1533
|
+
"description": "A list of support links for the Backstage instance inside this grouping.",
|
|
1534
|
+
"type": "array",
|
|
1535
|
+
"items": {
|
|
1536
|
+
"type": "object",
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"url": {
|
|
1539
|
+
"visibility": "frontend",
|
|
1540
|
+
"type": "string"
|
|
1541
|
+
},
|
|
1542
|
+
"title": {
|
|
1543
|
+
"visibility": "frontend",
|
|
1544
|
+
"type": "string"
|
|
1545
|
+
}
|
|
1546
|
+
},
|
|
1547
|
+
"required": [
|
|
1548
|
+
"url"
|
|
1549
|
+
]
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
},
|
|
1553
|
+
"required": [
|
|
1554
|
+
"links",
|
|
1555
|
+
"title"
|
|
1556
|
+
]
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"required": [
|
|
1561
|
+
"items",
|
|
1562
|
+
"url"
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
"routes": {
|
|
1566
|
+
"type": "object",
|
|
1567
|
+
"properties": {
|
|
1568
|
+
"bindings": {
|
|
1569
|
+
"description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
|
|
1570
|
+
"deepVisibility": "frontend",
|
|
1571
|
+
"type": "object",
|
|
1572
|
+
"additionalProperties": {
|
|
1573
|
+
"anyOf": [
|
|
1574
|
+
{
|
|
1575
|
+
"const": false,
|
|
1576
|
+
"type": "boolean"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"type": "string"
|
|
1580
|
+
}
|
|
1581
|
+
]
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"required": [
|
|
1588
|
+
"baseUrl"
|
|
1589
|
+
]
|
|
1590
|
+
},
|
|
1591
|
+
"backend": {
|
|
1592
|
+
"description": "Generic backend configuration.",
|
|
1593
|
+
"type": "object",
|
|
1594
|
+
"properties": {
|
|
1595
|
+
"baseUrl": {
|
|
1596
|
+
"description": "The public absolute root URL that the backend is reachable at, from the browser's perspective.",
|
|
1597
|
+
"visibility": "frontend",
|
|
1598
|
+
"type": "string"
|
|
1599
|
+
}
|
|
1600
|
+
},
|
|
1601
|
+
"required": [
|
|
1602
|
+
"baseUrl"
|
|
1603
|
+
]
|
|
1604
|
+
},
|
|
1605
|
+
"organization": {
|
|
1606
|
+
"description": "Configuration that provides information about the organization that the app is for.",
|
|
1607
|
+
"type": "object",
|
|
1608
|
+
"properties": {
|
|
1609
|
+
"name": {
|
|
1610
|
+
"description": "The name of the organization that the app belongs to.",
|
|
1611
|
+
"visibility": "frontend",
|
|
1612
|
+
"type": "string"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"homepage": {
|
|
1617
|
+
"description": "This config was used by the HomepageTimer but has been replaced by the HeaderWorldClock in the home plugin",
|
|
1618
|
+
"deprecated": "in favor of the HeaderWorldClock which is found in the home plugin",
|
|
1619
|
+
"type": "object",
|
|
1620
|
+
"properties": {
|
|
1621
|
+
"clocks": {
|
|
1622
|
+
"type": "array",
|
|
1623
|
+
"items": {
|
|
1624
|
+
"type": "object",
|
|
1625
|
+
"properties": {
|
|
1626
|
+
"label": {
|
|
1627
|
+
"visibility": "frontend",
|
|
1628
|
+
"type": "string"
|
|
1629
|
+
},
|
|
1630
|
+
"timezone": {
|
|
1631
|
+
"visibility": "frontend",
|
|
1632
|
+
"type": "string"
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"required": [
|
|
1636
|
+
"label",
|
|
1637
|
+
"timezone"
|
|
1638
|
+
]
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
},
|
|
1643
|
+
"auth": {
|
|
1644
|
+
"description": "Configuration that provides information on available configured authentication providers.",
|
|
1645
|
+
"type": "object",
|
|
1646
|
+
"properties": {
|
|
1647
|
+
"environment": {
|
|
1648
|
+
"description": "The 'environment' attribute added as an optional parameter to have configurable environment value for `auth.providers`.\ndefault value: 'development'\noptional values: 'development' | 'production'",
|
|
1649
|
+
"visibility": "frontend",
|
|
1650
|
+
"type": "string"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
},
|
|
1654
|
+
"enableExperimentalRedirectFlow": {
|
|
1655
|
+
"description": "Enable redirect authentication flow type, instead of a popup for authentication.",
|
|
1656
|
+
"visibility": "frontend",
|
|
1657
|
+
"type": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"discovery": {
|
|
1660
|
+
"description": "Discovery options.",
|
|
1661
|
+
"visibility": "frontend",
|
|
1662
|
+
"type": "object",
|
|
1663
|
+
"properties": {
|
|
1664
|
+
"endpoints": {
|
|
1665
|
+
"description": "Endpoints\n\nA list of target baseUrls and the associated plugins.",
|
|
1666
|
+
"visibility": "frontend",
|
|
1667
|
+
"type": "array",
|
|
1668
|
+
"items": {
|
|
1669
|
+
"type": "object",
|
|
1670
|
+
"properties": {
|
|
1671
|
+
"target": {
|
|
1672
|
+
"description": "The target baseUrl to use for the plugin\n\nCan be either a string or an object with internal and external keys. (Internal is used for the backend, external for the frontend)\nTargets with `{{pluginId}}` or `{{ pluginId }} in the url will be replaced with the pluginId.",
|
|
1673
|
+
"visibility": "frontend",
|
|
1674
|
+
"anyOf": [
|
|
1675
|
+
{
|
|
1676
|
+
"type": "object",
|
|
1677
|
+
"properties": {
|
|
1678
|
+
"external": {
|
|
1679
|
+
"visibility": "frontend",
|
|
1680
|
+
"type": "string"
|
|
1681
|
+
}
|
|
1682
|
+
},
|
|
1683
|
+
"required": [
|
|
1684
|
+
"external"
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"type": "string"
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
"plugins": {
|
|
1693
|
+
"description": "Array of plugins which use the target baseUrl.",
|
|
1694
|
+
"visibility": "frontend",
|
|
1695
|
+
"type": "array",
|
|
1696
|
+
"items": {
|
|
1697
|
+
"type": "string"
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
},
|
|
1701
|
+
"required": [
|
|
1702
|
+
"plugins",
|
|
1703
|
+
"target"
|
|
1704
|
+
]
|
|
1705
|
+
}
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"required": [
|
|
1711
|
+
"app",
|
|
1712
|
+
"backend"
|
|
1713
|
+
],
|
|
1714
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1715
|
+
},
|
|
1716
|
+
"packageName": "@backstage/core-app-api"
|
|
1717
|
+
},
|
|
1488
1718
|
{
|
|
1489
1719
|
"path": "../../node_modules/@oriflame/backstage-plugin-score-card/node_modules/@backstage/core-components/config.d.ts",
|
|
1490
1720
|
"value": {
|
|
@@ -3980,6 +4210,52 @@
|
|
|
3980
4210
|
},
|
|
3981
4211
|
"packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
|
|
3982
4212
|
},
|
|
4213
|
+
{
|
|
4214
|
+
"path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
|
|
4215
|
+
"value": {
|
|
4216
|
+
"type": "object",
|
|
4217
|
+
"properties": {
|
|
4218
|
+
"auth": {
|
|
4219
|
+
"type": "object",
|
|
4220
|
+
"properties": {
|
|
4221
|
+
"autologout": {
|
|
4222
|
+
"description": "Autologout feature configuration",
|
|
4223
|
+
"type": "object",
|
|
4224
|
+
"properties": {
|
|
4225
|
+
"enabled": {
|
|
4226
|
+
"description": "Enable or disable the autologout feature",
|
|
4227
|
+
"visibility": "frontend",
|
|
4228
|
+
"type": "boolean"
|
|
4229
|
+
},
|
|
4230
|
+
"idleTimeoutMinutes": {
|
|
4231
|
+
"description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
|
|
4232
|
+
"visibility": "frontend",
|
|
4233
|
+
"type": "number"
|
|
4234
|
+
},
|
|
4235
|
+
"promptBeforeIdleSeconds": {
|
|
4236
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
|
|
4237
|
+
"visibility": "frontend",
|
|
4238
|
+
"type": "number"
|
|
4239
|
+
},
|
|
4240
|
+
"useWorkerTimers": {
|
|
4241
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
|
|
4242
|
+
"visibility": "frontend",
|
|
4243
|
+
"type": "boolean"
|
|
4244
|
+
},
|
|
4245
|
+
"logoutIfDisconnected": {
|
|
4246
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
|
|
4247
|
+
"visibility": "frontend",
|
|
4248
|
+
"type": "boolean"
|
|
4249
|
+
}
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4252
|
+
}
|
|
4253
|
+
}
|
|
4254
|
+
},
|
|
4255
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
4256
|
+
},
|
|
4257
|
+
"packageName": "@backstage/core-components"
|
|
4258
|
+
},
|
|
3983
4259
|
{
|
|
3984
4260
|
"path": "../integration-aws-node/config.d.ts",
|
|
3985
4261
|
"value": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.3351f180.js"></script><script defer="defer" src="/static/module-material-ui.b24ef3a3.js"></script><script defer="defer" src="/static/module-lodash.aa647045.js"></script><script defer="defer" src="/static/module-date-fns.c633d602.js"></script><script defer="defer" src="/static/module-mui.f702282a.js"></script><script defer="defer" src="/static/module-material-table.d6e8d890.js"></script><script defer="defer" src="/static/module-react-dom.42a304d3.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer="defer" src="/static/module-zod.4f2eeb8c.js"></script><script defer="defer" src="/static/module-i18next.f50c1612.js"></script><script defer="defer" src="/static/module-remix-run.ae6d33c5.js"></script><script defer="defer" src="/static/vendor.3351f180.js"></script><script defer="defer" src="/static/main.3351f180.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
color="#5bbad5"
|
|
43
43
|
/>
|
|
44
44
|
<title><%= config.getString('app.title') %></title>
|
|
45
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
45
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.3351f180.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.b24ef3a3.js"></script><script defer src="<%= publicPath %>/static/module-lodash.aa647045.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.c633d602.js"></script><script defer src="<%= publicPath %>/static/module-mui.f702282a.js"></script><script defer src="<%= publicPath %>/static/module-material-table.d6e8d890.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.42a304d3.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.b474cfe9.js"></script><script defer src="<%= publicPath %>/static/module-zod.4f2eeb8c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.f50c1612.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.ae6d33c5.js"></script><script defer src="<%= publicPath %>/static/vendor.3351f180.js"></script><script defer src="<%= publicPath %>/static/main.3351f180.js"></script></head>
|
|
46
46
|
<body>
|
|
47
47
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
48
48
|
<div id="root"></div>
|