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