hydra-sql/public/build/theme/entrypoints.json
rudy 744b3c3c06
Some checks are pending
Cadoles/hydra-sql/pipeline/pr-develop Build started...
Cadoles/hydra-sql/pipeline/head This commit looks good
modification des assets pour theme
2023-01-10 15:24:53 +01:00

13 lines
193 B
JSON

{
"entrypoints": {
"theme": {
"js": [
"/build/theme/runtime.js",
"/build/theme/theme.js"
],
"css": [
"/build/theme/theme.css"
]
}
}
}