Initial commit
This commit is contained in:
59
application/Espo/Resources/metadata/app/client.json
Normal file
59
application/Espo/Resources/metadata/app/client.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user