mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
353b0d1ca6
Co-authored-by: Samir Talwar <samir.talwar@hasura.io> V3_GIT_ORIGIN_REV_ID: 013207c169f31db363b7cfb072570c5b8246ba60
12 lines
280 B
Bash
12 lines
280 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.example for examples.
|
|
|
|
source_env_if_exists .envrc.local
|