diff --git a/ecosystem.config.js b/ecosystem.config.js index af86f91..5cdc710 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -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", }, diff --git a/package.json b/package.json index d635dc0..3c97f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fennec-bs", - "version": "0.1.1", + "version": "0.2.0", "private": true, "dependencies": { "@apollo/client": "^3.3.15", diff --git a/public/index.html b/public/index.html index aa069f2..7263bb6 100644 --- a/public/index.html +++ b/public/index.html @@ -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`. --> - React App + Fennec