We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b056f9d commit f3510aeCopy full SHA for f3510ae
.env.dist
@@ -27,6 +27,9 @@ NGROK_REGION=au
27
# Set your preferred shell (used by things like tphp). bash and zsh are available.
28
INTERACTIVE_SHELL=zsh
29
30
+# Uncomment this to use mutagen on MacOS (to speed up docker volume syncing)
31
+#USE_MUTAGEN=1
32
+
33
# Build settings (this will have an affect on build only)
34
TIME_ZONE=Pacific/Auckland
35
.gitignore
@@ -1,4 +1,5 @@
1
.use-mutagen
2
+use-mutagen
3
mutagen.yml.lock
4
.env
5
!.gitkeep
use-mutagen
0 commit comments