Error with Master pino creahes changed to pino-pretty

This commit is contained in:
NigeParis 2025-12-16 18:32:42 +01:00 committed by Maix0
parent bd45062080
commit 67c8a9cbd1
6 changed files with 3 additions and 5 deletions

View file

@ -96,7 +96,6 @@ async function handleOtp(
}
}
}
inputs[0].focus();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -11,7 +11,6 @@ addRoute('/', async (_: string): Promise<string> => {
return page;
}, { bypass_auth: true })
addRoute('/with_title/:title', (_: string, args: RouteHandlerParams) => {
setTitle(args.title)
console.log(`title should be '${args.title}'`);

View file

@ -7,7 +7,7 @@ const start = async () => {
const envToLogger = {
development: {
transport: {
target: 'pino',
target: 'pino-pretty',
options: {
translateTime: 'HH:MM:ss Z',
ignore: 'pid,hostname',

View file

@ -7,7 +7,7 @@ const start = async () => {
const envToLogger = {
development: {
transport: {
target: 'pino',
target: 'pino-pretty',
options: {
translateTime: 'HH:MM:ss Z',
ignore: 'pid,hostname',

View file

@ -7,7 +7,7 @@ const start = async () => {
const envToLogger = {
development: {
transport: {
target: 'pino',
target: 'pino-pretty',
options: {
translateTime: 'HH:MM:ss Z',
ignore: 'pid,hostname',