Skip to content

Commit 0bf7094

Browse files
fix: .env location
1 parent 0d459bc commit 0bf7094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "3.0"
33
set: ['e', 'u', 'pipefail']
44
shopt: ['globstar']
55

6-
dotenv: ['./app/.env']
6+
dotenv: ['.env']
77

88
env:
99
TLD:

0 commit comments

Comments
 (0)