feat: prepare the infrastructure #12

Merged
naomi merged 5 commits from feat/init into main 2025-05-22 18:52:14 -07:00
Showing only changes of commit 7587152072 - Show all commits

View File

@ -7,7 +7,7 @@
"scripts": {
"dev": "tsx src/index.ts --watch",
"build": "tsc",
"start": "op run --env-file=./prod.env -- node dist/index.js",
"start": "op run --env-file=./prod.env -- node prod/index.js",
"lint": "eslint ./src --max-warnings 0",
"test": "echo 'No tests specified' && exit 0"
},