➜ Local: http://localhost:3001/
➜ Network: use --host to expose
[nitro 1:41:02 AM] ✔ Nitro Server built in 272 ms
01:41:02 □ ● GET │ / │ 2.386ms -
01:57:53 □ ● GET │ / │ 0.784ms -
01:57:53 □ ● GET │ / │ 0.603ms -
01:57:54 □ ● GET │ / │ 0.171ms -
01:57:54 □ ● GET │ / │ 0.272ms -
01:57:54 □ ● GET │ / │ 0.157ms -
01:57:55 □ ● GET │ / │ 0.186ms -
Note
See requests in the terminal. Get more detail with the panel.
First, install nitro-kutu
packages as a dev dependency: (unjs/nypm will automatically detect your package manager!)
npx nypm@latest add -D nitro-kutu
For Nuxt update nuxt.config.ts
:
export default defineNuxtConfig({
modules: ["nitro-kutu"],
});
For Nitro update nitro.config.ts
:
import nitroKutu from "nitro-kutu";
export default defineNitroConfig({
modules: [nitroKutu],
});
http://localhost:3001/api/_analytics/dashboard
for the dashboard. api/_analytics/dashboard
is the default path.