@openfin/workspace 45.1.0-alpha.9477a30a → 45.1.0-alpha.b3d8b89c

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.
@@ -2,10 +2,6 @@
2
2
  * All routes that serve HTML pages for the app.
3
3
  * Routes should include the zone that the HTML page is a part of.
4
4
  * Make sure to include trailing slash, as it is essential for deployed version to route correctly.
5
- *
6
- * Offline: zone `pages/` HTML is auto-precached at build time via
7
- * `common/scripts/offline-document-routes.js` (used by createWorkspaceNextConfig).
8
- * Adding a new page under `pages/` is enough — no manual SW list update.
9
5
  */
10
6
  declare enum WorkspaceRoute {
11
7
  Home = "/home/",