fix(core): Update dependencies and fix service worker cache manager and task manager functionalities

This commit is contained in:
2024-08-27 11:22:13 +02:00
parent 511de8040a
commit d7a9b26873
9 changed files with 748 additions and 668 deletions

View File

@@ -77,6 +77,11 @@ export class Server {
return route;
}
/**
* starts the server and sets up the routes
* @param portArg
* @param doListen
*/
public async start(portArg: number | string = this.options.port, doListen = true) {
const done = plugins.smartpromise.defer();