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

13 lines
193 B
JSON
Raw Normal View History

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