This commit is contained in:
parent
6a0e331abc
commit
c1a9daaf80
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@ module.exports = {
|
|||
apps: [
|
||||
{
|
||||
name: 'embroidery-viewer',
|
||||
script: '.svelte-kit/output/server/index.js',
|
||||
script: './build/index.js',
|
||||
time: true,
|
||||
instances: 1,
|
||||
autorestart: true,
|
||||
|
@ -10,7 +10,6 @@ module.exports = {
|
|||
watch: false,
|
||||
max_memory_restart: '1G',
|
||||
env: {
|
||||
PORT: 8001,
|
||||
NODE_ENV: 'production',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue