aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-03-03 00:33:48 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-03-03 00:33:48 +0100
commitf21c1583383c9b1d39917270122f126aa1d36d78 (patch)
tree62284429ee061720bec6c5892361389092994d81
parentAdd table PuppetFile. (diff)
downloadpuppet-classifier-f21c1583383c9b1d39917270122f126aa1d36d78.tar.gz
puppet-classifier-f21c1583383c9b1d39917270122f126aa1d36d78.tar.xz
Add direnv .envrc file.
-rw-r--r--.envrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.envrc b/.envrc
new file mode 100644
index 0000000..bfb950d
--- /dev/null
+++ b/.envrc
@@ -0,0 +1,4 @@
+. venv/bin/activate
+export PATH="$PWD/node_modules/.bin:$PATH"
+export FLASK_APP=pyenc
+export FLASK_ENV=development