chore(server): load .env in dev via tsx --env-file

Phase 3 adds Stripe env vars (keys + price IDs) we want hydrated
locally without leaking them into the shell profile.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-20 13:33:33 +02:00
parent 629db72764
commit 4719d25f8f

View File

@ -5,7 +5,7 @@
"type": "module",
"main": "./dist/index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"dev": "tsx watch --env-file=.env src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"typecheck": "tsc --noEmit",