Edit README.md via Editor

This commit is contained in:
Flatlogic Bot 2026-08-08 20:55:51 +00:00
parent 63e8dbb74c
commit 9d43f0198b

View File

@ -245,4 +245,23 @@ The **docker folder** contains a couple of helper scripts:
admin commands tools for admin@flatlogic.com
admin_pass for admin@flatlogic.com
password for admin@flatlogic.com PASSWORD fac6a658
Google
Google
import { useReportWebVitals } from 'next/web-vitals'
const handleWebVitals = (metric) => {
switch (metric.name) {
case 'FCP': {
// handle FCP results
}
case 'LCP': {
// handle LCP results
}
// ...
}
}
function MyApp({ Component, pageProps }) {
useReportWebVitals(handleWebVitals)
return <Component {...pageProps} />
}