You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -275,12 +275,12 @@ if (import.meta.url === `file://${process.argv[1]}`) {
275
275
)
276
276
);
277
277
278
-
console.log('Discovering databases and seeding data if needed, please wait...',newDate().toLocaleTimeString());
278
+
console.log('Discovering databases and seeding data if needed, please wait...',newDate().toLocaleTimeString([],{hour: '2-digit',minute: '2-digit',second: '2-digit'}));
279
279
// serve after you added all api
280
280
admin.express.serve(app)
281
-
console.log('AdminForth middleware added to express app',newDate().toLocaleTimeString());
281
+
console.log('AdminForth middleware added to express app',newDate().toLocaleTimeString([],{hour: '2-digit',minute: '2-digit',second: '2-digit'}));
0 commit comments