Skip to content

Commit

Permalink
fix: modify env path
Browse files Browse the repository at this point in the history
  • Loading branch information
soomin9106 committed Jun 15, 2024
1 parent e3710d7 commit 76105fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev:local": "dotenv -e .env.local -- next dev",
"dev:development": "dotenv -e .env.development -- next dev",
"dev:production": "dotenv -e .env.production -- next dev",
"dev:local": "dotenv -e environments/.env.local -- next dev",
"dev:development": "dotenv -e environments/.env.development -- next dev",
"dev:production": "dotenv -e environments/.env.production -- next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit 76105fb

Please sign in to comment.