mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
ce4dd596fb
<!-- Thank you for submitting this PR! :) --> ## Description We maintain a Nix Flake for installing project dependencies but do not advertise or explain it. Hopefully this fixes that. --------- Co-authored-by: Samir Talwar <samir.talwar@hasura.io> V3_GIT_ORIGIN_REV_ID: f1c5d471a5d1ffd5fa3ef31a471da7fcc44a935b
12 lines
286 B
Bash
12 lines
286 B
Bash
#!/usr/bin/env bash
|
|
|
|
# This is a direnv configuration that will load your locally-provided direnv
|
|
# .envrc.local file.
|
|
#
|
|
# Install direnv, then add anything you'd like to load when entering this
|
|
# directory.
|
|
#
|
|
# See .envrc.local.example for examples.
|
|
|
|
source_env_if_exists .envrc.local
|