@things-factory/operato-ecs 9.0.0-beta.9 → 9.0.1
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/_index.html +0 -1
- package/config/config.development.js +1 -0
- package/config/config.production.js +1 -0
- package/dist-client/bootstrap.js +12 -0
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +59 -56
- package/schema.graphql +2808 -273
- package/views/auth-page.html +0 -1
- package/views/public/home.html +0 -1
package/views/auth-page.html
CHANGED
@@ -52,7 +52,6 @@
|
|
52
52
|
|
53
53
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
54
54
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
55
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
56
55
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
57
56
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
58
57
|
<link rel="stylesheet" href="/theme.css" />
|
package/views/public/home.html
CHANGED
@@ -51,7 +51,6 @@
|
|
51
51
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
54
|
-
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
55
54
|
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
56
55
|
<link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
|
57
56
|
<link rel="stylesheet" href="/theme.css" />
|