1 Star 0 Fork 0

前端辣么菜/puppeteer_htmlToPdf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ecosystem.config.js 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuwl 提交于 2024-09-20 18:39 +08:00 . init
// pm2 后台进程启动,服务器部署使用
//具体配置参考 文档:https://pm2.keymetrics.io/docs/usage/application-declaration/#declaration-via-js-json-or-json5-file
module.exports = {
apps: [
{
name: "www",
script: "./app.js",
watch: ["utils", "routes"],
ignore_watch: ["node_modules", "static"],
},
],
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jseven68/puppeteer_html-to-pdf.git
git@gitee.com:jseven68/puppeteer_html-to-pdf.git
jseven68
puppeteer_html-to-pdf
puppeteer_htmlToPdf
master

搜索帮助