# entry-script **Repository Path**: yuanmingqing/entry-script ## Basic Information - **Project Name**: entry-script - **Description**: 词条翻译 转换 excel - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-06 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 当使用 fs.writeFile() 时,文件没有任何更改 nodemon 还是自动重启了 怎么让它不重启 项目根目录 新建 nodemon.json 文件 加入下面配置 解决 { "ignore": ["public/*"] }