TTS_DataSet_Maker_Tool / next.config.ts
Omarrran's picture
Add dataset folder structure
2f53b74
raw
history blame contribute delete
129 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
};
export default nextConfig;