diff options
| author | Fuwn <[email protected]> | 2021-05-20 17:06:26 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 17:06:26 +0000 |
| commit | 7906a9b528ef7fffc1cf2b1b0c09a279e28d0971 (patch) | |
| tree | 4f7c1bfe28680f88581aa32662c38ff8216b0641 | |
| parent | refactor(global): move crates around, stricter module isolation (diff) | |
| download | whirl-7906a9b528ef7fffc1cf2b1b0c09a279e28d0971.tar.xz whirl-7906a9b528ef7fffc1cf2b1b0c09a279e28d0971.zip | |
fix(env): nix env vars to .env
| -rw-r--r-- | .env | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,3 +2,4 @@ # either not working or you just don't want to use it. :) DATABASE_URl=whirl.sqlite3 +RUST_BACKTRACE=1 |