@robojs/serverServerOn this pageVariable: Server const Server: object; Use this to interact with the server. Type declaration config() config: () => any; Returns any get() get: () => any; Returns any ready() ready: () => Promise<void>; Returns a promise that resolves when the server is all set up. Returns Promise<void>