data-use-jdc-annotation-app / next.config.mjs
rafmacalaba's picture
Initial commit with Git LFS
7addaf4
Raw
History Blame Contribute Delete
116 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;