feat: link tickets in comments and align admin sidebars

This commit is contained in:
Esdras Renan 2025-10-23 00:46:50 -03:00
parent c35eb673d3
commit b0f57009ac
15 changed files with 1606 additions and 424 deletions

View file

@ -1,3 +1,7 @@
const nextConfig = {}
const nextConfig = {
experimental: {
turbopackFileSystemCacheForDev: true,
},
}
export default nextConfig