hydra-sql/public/build/theme/entrypoints.json
Gauthier DUPONT d5f275c739
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
feat(altcha): add altcha validation layer to login
2025-04-09 17:07:36 +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"
]
}
}
}