added suer to p-log, HUB_URL in hub-server, dynamic badges in email

This commit is contained in:
PxlLoewe
2025-03-12 17:44:53 -07:00
parent b1992f64d3
commit b573d7cd5a
11 changed files with 79 additions and 41 deletions

View File

@@ -12,7 +12,8 @@
"**/*.tsx",
"next-env.d.ts",
"next.config.js",
".next/types/**/*.ts"
".next/types/**/*.ts",
"types/.d.ts"
],
"exclude": ["node_modules"]
}