Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
{
"scriptList": [
"client/lib/espo.js",
"client/lib/espo-main.js"
],
"developerModeScriptList": [
"client/src/loader.js"
],
"linkList": [
{
"href": "client/fonts/inter/Inter-Regular.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/inter/Inter-Medium.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/inter/Inter-SemiBold.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/inter/Inter-Bold.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/fa-solid-900.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
},
{
"href": "client/fonts/fa-regular-400.woff2",
"as": "font",
"type": "font/woff2",
"rel": "preload",
"noTimestamp": true,
"crossorigin": true
}
]
}