Skip to content

Commit d0a0f9e

Browse files
fix: rename application from 'respec-web-services' to 'respec.org'
Accidentally got the name wrong when generating the config.
1 parent 94cfce4 commit d0a0f9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ecosystem.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/** @type {import("pm2").StartOptions} */
55
const app = {
6-
name: "respec-web-services",
6+
name: "respec.org",
77
script: "./build/app.js",
88
node_args: "--env-file-if-exists=.env --enable-source-maps",
99
env_production: {

0 commit comments

Comments
 (0)