stychu
stychu
Hey @brillout. Wanted to ask if this is something on the radar? I kinda struggle to make this work with vite. Alternative would be nodemon but I wish it couuld...
Thanks for the suggestions. Vavite seems like the deal. At least it's working 👌
Ye I guess so. Is there an option to allow another hostname for darkness to be used?
2024 Safari Version 16.6 just found out I also experience this issue.
Any more movement on this @KATT ?? Seems like `app` dir is becoming stable with next minor release so it should be marked as "production" ready I suppose? Would be...
I have the same issue with my folder structure. Unfortunately you soulution @shriekdj doesn't satisfies my requirements as I want the 404 be displayed within my group root which has...
Hi @shriekdj , I misunderstood your answer at first. After looking closely again and adding the `[...not_found]/page.tsx` inside my GROUP the not-found is being handled within that group
@mcollina ```js // logger const loggerInstance = pino({ level: env.LOGGER_LOG_LEVEL, timestamp: () => `,"timestamp":"${new Date(Date.now()).toISOString()}"`, errorKey: 'error', formatters: { level: (label) => { return { level: label.toUpperCase() }; }, log:...
@mcollina any suggestion how can I put all logs under `someprop` ??