14 lines
416 B
JSON
14 lines
416 B
JSON
{
|
|
"name": "postiz-workers",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "dotenv -e ../../.env -- nest start --watch --entryFile=./apps/workers/src/main",
|
|
"build": "NODE_ENV=production nest build",
|
|
"start": "dotenv -e ../../.env -- node ./dist/apps/workers/src/main.js",
|
|
"pm2": "pm2 start pnpm --name workers -- start"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
} |