mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Added typing for app
This commit is contained in:
parent
518256b63e
commit
bb3fa1f9e4
1 changed files with 1 additions and 1 deletions
|
@ -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 chokidar = await import('chokidar')
|
||||||
const watcher = chokidar.watch(path.join(settings.root, 'src', 'static', 'js'), {});
|
const watcher = chokidar.watch(path.join(settings.root, 'src', 'static', 'js'), {});
|
||||||
let routeHandlers: { [key: string]: Function } = {};
|
let routeHandlers: { [key: string]: Function } = {};
|
||||||
|
|
Loading…
Reference in a new issue