Developr mode
This commit is contained in:
@@ -30,8 +30,10 @@ module Program =
|
|||||||
use_mime_types [(".woff", "application/font-woff")]
|
use_mime_types [(".woff", "application/font-woff")]
|
||||||
use_static "wwwroot"
|
use_static "wwwroot"
|
||||||
use_router router
|
use_router router
|
||||||
|
use_developer_exceptions
|
||||||
service_config ServiceConfig
|
service_config ServiceConfig
|
||||||
url "http://*:5001"
|
url "http://*:5001"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.Properties["host.AppMode"] <- "development"
|
||||||
run app
|
run app
|
||||||
|
|||||||
Reference in New Issue
Block a user