reachy_mini_minder / frontend /next.config.ts
Boopster's picture
initial commit
af9cde9
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;