We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1048f commit dd9a9cdCopy full SHA for dd9a9cd
1 file changed
run
@@ -3,5 +3,5 @@
3
./scripts/init_redis.sh
4
./scripts/init_mailhog.sh
5
./scripts/init_mockserver.sh
6
-export $(cat .env | xargs)
+export $(grep -v '^#' .env | xargs)
7
cargo run --bin app
0 commit comments