fix: 部署时使用的端口错误的问题。

This commit is contained in:
Ivan Li 2021-07-22 21:16:40 +08:00
parent 0c1eda8299
commit 6de1f73d47
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: "fennec-bs",
name: "fennec-fe",
script: "serve",
args: "",
watch: false,
@ -9,7 +9,7 @@ module.exports = {
log_date_format: "MM-DD HH:mm:ss.SSS Z",
env: {
PM2_SERVE_PATH: "./build",
PM2_SERVE_PORT: 7135,
PM2_SERVE_PORT: 7123,
PM2_SERVE_SPA: "true",
PM2_SERVE_HOMEPAGE: "/index.html",
},

View File

@ -1,6 +1,6 @@
{
"name": "fennec-bs",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.15",

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Fennec</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>