Always load assets from phoenix dir on development

This commit is contained in:
Thomas Boerger
2019-09-13 13:22:21 +02:00
parent 345a290443
commit 0aa03ce88c

View File

@@ -14,7 +14,9 @@ init_cmds = [
"./bin/ocis-phoenix",
"--log-level",
"debug",
"server"
"server",
"--asset-path",
"phoenix/"
]
]
@@ -24,6 +26,8 @@ cmds = [
"./bin/ocis-phoenix",
"--log-level",
"debug",
"server"
"server",
"--asset-path",
"phoenix/"
]
]