postiz-app/apps/orchestrator/package.json
2026-01-05 11:35:15 +07:00

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