#3 update
All checks were successful
Deploy / deploy (push) Successful in 31s

This commit is contained in:
Никита Круглицкий
2025-10-01 23:47:48 +06:00
parent cd1c023d03
commit 270b186f06
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
export default defineNuxtRouteMiddleware((to, from) => {
console.group('Сборка')
console.log(`COMMIT_SHA: ${__COMMIT_SHA__}`)
console.groupEnd()
})