mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-12-25 03:01:00 +01:00
Added typing for app
This commit is contained in:
parent
518256b63e
commit
bb3fa1f9e4
@ -112,7 +112,7 @@ const convertTypescript = (content: string) => {
|
||||
}
|
||||
}
|
||||
|
||||
const handleLiveReload = async (args: any, padString: string, timeSliderString: string, indexString: any) => {
|
||||
const handleLiveReload = async (args: ArgsExpressType, padString: string, timeSliderString: string, indexString: any) => {
|
||||
const chokidar = await import('chokidar')
|
||||
const watcher = chokidar.watch(path.join(settings.root, 'src', 'static', 'js'), {});
|
||||
let routeHandlers: { [key: string]: Function } = {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user