Files
kimai2/public/build/entrypoints.json
Kevin Papst c8098b2e00 Release 1.19.7 (#3286)
* fix isWeekend() test for sunday fdow
* re-use the pattern for optgroup title
* prevent method on null
* composer update
* pre-select an option if it is the only available one
* added command to stop all active timesheets
2022-05-07 23:47:32 +02:00

46 lines
863 B
JSON

{
"entrypoints": {
"app": {
"js": [
"build/runtime.b8e7bb04.js",
"build/app.a8c84f0c.js"
],
"css": [
"build/app.7beab68a.css"
]
},
"invoice": {
"js": [
"build/runtime.b8e7bb04.js",
"build/invoice.19f36eca.js"
],
"css": [
"build/invoice.ccdecd42.css"
]
},
"invoice-pdf": {
"js": [
"build/runtime.b8e7bb04.js",
"build/invoice-pdf.0ce1f3ce.js"
],
"css": [
"build/invoice-pdf.e73a6dda.css"
]
},
"chart": {
"js": [
"build/runtime.b8e7bb04.js",
"build/chart.e845e930.js"
]
},
"calendar": {
"js": [
"build/runtime.b8e7bb04.js",
"build/calendar.ba553253.js"
],
"css": [
"build/calendar.25e7e872.css"
]
}
}
}