返回 Skill 列表
extension
分类: 开发与工程无需 API Key

writing-config-files

当您需要为Next.js应用程序在`src/config`中编写配置文件时,请使用此技能

person作者: jakexiaohubgithub

Instructions

  • Follow the rules below to write config files for the Next.js app in src/config:

Rules

  • Make it modular
  • Maximum of 50 lines of code per file
  • Seperate the config files into multiple files if possible
  • 1 config function or variable per file