Add metrics

This commit is contained in:
2025-09-15 00:13:57 +02:00
parent be5b042380
commit 33c7e2335f
8 changed files with 108 additions and 3 deletions
+4
View File
@@ -18,6 +18,7 @@
"dev:down": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml down"
},
"dependencies": {
"@artmizu/nuxt-prometheus": "2.6.0",
"@nuxt/eslint": "1.9.0",
"@nuxtjs/i18n": "^10.0.3",
"@nuxtjs/tailwindcss": "^6.14.0",
@@ -51,5 +52,8 @@
"prettier-plugin-tailwindcss": "^0.6.14",
"prisma": "^6.16.1",
"vue-tsc": "^3.0.6"
},
"patchedDependencies": {
"@artmizu/nuxt-prometheus@2.6.0": "patches/@artmizu%2Fnuxt-prometheus@2.6.0.patch"
}
}