postiz/apps/orchestrator/package.json

15 lines
477 B
JSON

{
"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"
}