feat: setup actions #1

Merged
naomi merged 4 commits from feat/actions into main 2025-01-23 02:08:01 -08:00
Showing only changes of commit b59b1112ee - Show all commits

View File

@ -9,6 +9,7 @@
"pnpm": "10"
},
"scripts": {
"postinstall": "prisma generate",
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file='./prod.env' -- node prod/index.js",