|
@@ -19,4 +19,6 @@ lazy-apps = 1
|
|
|
|
|
|
|
|
# TODO use mount options to do virtual hosting
|
|
# TODO use mount options to do virtual hosting
|
|
|
psgi = www/server.psgi
|
|
psgi = www/server.psgi
|
|
|
-perl-auto-reload = 1
|
|
|
|
|
|
|
+touch-reload = www/server.psgi
|
|
|
|
|
+fs-reload = lib/
|
|
|
|
|
+#TODO touch-reload the custom routes in themes, or get rid of them being needed
|