1 Star 0 Fork 295

沈广田/wechat-public-account-push

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start_pm2.js 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2022-09-23 20:56 . style: 调整样式
import schedule from 'node-schedule'
import cornTime from './config/server-config.js'
import mainForProd from './main.js'
console.log('======【定时推送服务已启动, enjoying it】======')
console.log(`目前定时推送的配置为:【${cornTime}】`)
schedule.scheduleJob(cornTime, () => {
mainForProd()
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shen-guangtian/wechat-public-account-push.git
git@gitee.com:shen-guangtian/wechat-public-account-push.git
shen-guangtian
wechat-public-account-push
wechat-public-account-push
master

搜索帮助