feat: use 1pass for secret management

This commit is contained in:
2024-07-07 12:12:43 -07:00
parent b64871791d
commit 34c6d2d189
2 changed files with 14 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"prebuild": "rm -rf prod && prisma generate",
"build": "tsc",
"lint": "eslint src --max-warnings 0 && prettier src --check",
"start": "node -r dotenv/config prod/index.js",
"start": "op run --env-file='./prod.env' -- node prod/index.js",
"test": "echo 'no tests yet'"
},
"repository": {