File size: 477 Bytes
57aa51e
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "postiz-orchestrator",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "dev": "dotenv -e ../../.env -- nest start --watch --entryFile=./apps/orchestrator/src/main",
    "build": "cross-env NODE_ENV=production nest build",
    "start": "dotenv -e ../../.env -- node --experimental-require-module ./dist/apps/orchestrator/src/main.js",
    "pm2": "pm2 start pnpm --name orchestrator -- start"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}