Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
import { cyan } from '../lib/picocolors'
import { error } from '../build/output/log'
const nextExport = () => {
error(`
\`next export\` has been removed in favor of 'output: export' in next.config.js.\nLearn more: ${cyan(
'https://nextjs.org/docs/app/building-your-application/deploying/static-exports'
)}
`)
process.exit(1)
}
export { nextExport }