Skip to content

Commit

Permalink
Added dotenvx support for improved environment variable management
Browse files Browse the repository at this point in the history
  • Loading branch information
micthiesen committed Oct 18, 2024
1 parent 624a3a0 commit 9e070e6
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 1 deletion.
Empty file added .env.example
Empty file.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
dist/
node_modules/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "tsx watch src/index.ts",
"dev": "dotenvx run -- tsx watch src/index.ts",
"build": "tsc --outDir dist src/index.ts",
"typecheck": "tsc --noEmit",
"lint": "biome lint .",
Expand All @@ -17,6 +17,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@types/node": "^20.11.17",
"@dotenvx/dotenvx": "^1.2.0",
"typescript": "^5.0.4",
"tsx": "^4.7.1"
},
Expand Down
222 changes: 222 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e070e6

Please sign in to comment.