clients get file change notifications

This commit is contained in:
2024-11-15 07:56:53 -07:00
parent 0366b37586
commit a37071b584
9 changed files with 454 additions and 17 deletions

View File

@@ -1,7 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
};
const nextConfig = {};
export default nextConfig;