ux: macOS (#251)

This commit is contained in:
Carlos Valente
2022-11-12 07:57:12 +01:00
committed by GitHub
parent b5a521f625
commit dfef6d4e79
9 changed files with 288 additions and 109 deletions
-1
View File
@@ -142,7 +142,6 @@ export const startServer = async (overrideConfig = null) => {
* @return {Promise<void>}
*/
export const shutdown = async () => {
console.log('Node service shutdown');
// shutdown express server
server.close();