Update lifestyle.js
Browse files- lifestyle.js +1 -1
lifestyle.js
CHANGED
@@ -20,4 +20,4 @@ const startServer = async (app) => {
|
|
20 |
});
|
21 |
};
|
22 |
|
23 |
-
|
|
|
20 |
});
|
21 |
};
|
22 |
|
23 |
+
export { startServer };
|