Skip to content

Commit

Permalink
feat: reload environment variables every time server is restarted (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless authored Dec 16, 2024
1 parent 5786171 commit 2f2524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks:
run-server:
desc: run backend http server
cmds:
- /app/server/bin/api
- source .env && /app/server/bin/api

run-gd-server:
desc: run tman dev http server for graph designer
Expand Down

0 comments on commit 2f2524a

Please sign in to comment.