hydra-sql/public/build/theme/entrypoints.json
Gauthier DUPONT 12523398f6
Some checks are pending
Cadoles/hydra-sql/pipeline/pr-develop Build started...
feat(altcha): add altcha validation layer to login
2025-04-10 16:01:22 +02:00

30 lines
572 B
JSON

{
"entrypoints": {
"theme": {
"js": [
"/build/theme/runtime.js",
"/build/theme/869.js",
"/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"
]
}
}
}