EHRGym / apps /ehr /next.config.ts
adtserapio's picture
Deploy EHRGym to Hugging Face Space
c2858c1
raw
history blame contribute delete
125 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
typedRoutes: true
};
export default nextConfig;