UNPKG

nsgm-cli

Version:

A CLI tool to run Next/Style-components and Graphql/Mysql fullstack project

6 lines (5 loc) 199 B
import { ProjectConfig } from '../cli/types/project'; /** * 应用项目配置到生成的文件中 */ export declare function applyProjectConfig(projectPath: string, config: ProjectConfig): void;