UNPKG

esa-cli

Version:

A CLI for operating Alibaba Cloud ESA Functions and Pages.

7 lines (5 loc) 112 B
/** @type {import('next').NextConfig} */ const nextConfig = { output: 'export' }; export default nextConfig;