hydra-sql/public/build/theme/entrypoints.json

30 lines
572 B
JSON
Raw Normal View History

2023-01-10 15:24:53 +01:00
{
"entrypoints": {
"theme": {
"js": [
"/build/theme/runtime.js",
"/build/theme/869.js",
2023-01-10 15:24:53 +01:00
"/build/theme/theme.js"
],
"css": [
"/build/theme/theme.css"
]
},
"bootstrap-css": {
"js": [
"/build/theme/runtime.js",
"/build/theme/bootstrap-css.js"
],
"css": [
"/build/theme/bootstrap-css.css"
]
},
"bootstrap-js": {
"js": [
"/build/theme/runtime.js",
"/build/theme/336.js",
"/build/theme/bootstrap-js.js"
]
2023-01-10 15:24:53 +01:00
}
}
}