chore: install prettier
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'UtopiaBiz',
|
||||
port: '3000',
|
||||
exec_mode: 'cluster',
|
||||
instances: 'max',
|
||||
script: './.output/server/index.mjs'
|
||||
}
|
||||
]
|
||||
}
|
||||
name: "UtopiaBiz",
|
||||
port: "3000",
|
||||
exec_mode: "cluster",
|
||||
instances: "max",
|
||||
script: "./.output/server/index.mjs",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user