diff options
Diffstat (limited to '.env.defaults')
| -rw-r--r-- | .env.defaults | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.defaults b/.env.defaults index a97130b..02be0c1 100644 --- a/.env.defaults +++ b/.env.defaults @@ -3,6 +3,8 @@ VIEWS_DIR=views STATIC_DIR=static OUTPUT_DIR=build +SKIP_OUTPUT_DIR_CREATION=false + WEBSERVER_ENABLED=false WEBSERVER_AUTOREBUILD=true WEBSERVER_PORT=3000 |
