摘要: app.js: const express = require('express') const bodyParser = require('body-parser') const cors = require('cors') const history = require('connect-his 阅读全文
posted @ 2021-10-08 17:19 徐同保 阅读(3) 评论(0) 推荐(0) 编辑
摘要: app.js: const express = require('express') const bodyParser = require('body-parser') const cors = require('cors') const history = require('connect-his 阅读全文
posted @ 2021-10-08 16:37 徐同保 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ecosystem.config.js: module.exports = { apps: [ { name: 'app', script: './app.js', watch: true, ignore_watch: ['node_modules'], node_args: ['--inspect 阅读全文
posted @ 2021-10-08 12:05 徐同保 阅读(0) 评论(0) 推荐(0) 编辑