CoolFace
Apppublic

ai4data/data-use-annotation

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
next.config.mjs6 linesDownload Raw Back to root
1/** @type {import('next').NextConfig} */2const nextConfig = {3  output: 'standalone',4};5export default nextConfig;6