mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"parts": [
|
|
{
|
|
"name": "static",
|
|
"hooks": {
|
|
"expressServer": "../static:expressServer"
|
|
}
|
|
},
|
|
{
|
|
"name": "specialpages",
|
|
"hooks": {
|
|
"expressServer": "../specialpages:expressServer"
|
|
}
|
|
}
|
|
]
|
|
}
|