From f887110b3c58a60a8fb2528c8726a156642edc2f Mon Sep 17 00:00:00 2001 From: SpeedSlicer <143555953+SpeedSlicer@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:52:41 -0400 Subject: [PATCH] debug the backup --- server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.ts b/server.ts index ee27d1e..4ea167e 100644 --- a/server.ts +++ b/server.ts @@ -60,7 +60,7 @@ app.use(async (err, req, res, next) => { res.status(500).send('500 Internal Server Error'); next(); }); - +// push for the update dev app .listen(PORT, async () => { debugLogger('Server started.');