Merge branch 'feat/better-start' into 'master'

Improve start.sh

See merge request !6
This commit is contained in:
Gregor Kleen 2018-01-13 23:00:10 +01:00
commit 7033a19fdb

View File

@ -1,2 +1,8 @@
#!/bin/bash
env DUMMY_LOGIN=true stack exec -- yesod devel
#!/usr/bin/env bash
env \
-u HOST \
DETAILED_LOGGING=true \
LOG_ALL=true \
DUMMY_LOGIN=true \
stack exec -- yesod devel