fix: item history page now live updates

This commit is contained in:
2025-11-19 21:08:18 -07:00
parent 17f8f18574
commit 3382c0ef4e
7 changed files with 39 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;