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