Build AI servo sample sales prototype

This commit is contained in:
Jacky Ser
2026-08-10 11:48:07 +08:00
commit 96d49f0a07
42 changed files with 12144 additions and 0 deletions

7
next.config.ts Normal file
View File

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