mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:34:52 +09:00
hotfix: workaround to use dev mode in production
This commit is contained in:
parent
6ed802ebb9
commit
937a0e59ba
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ where
|
||||||
import Network.FedURI
|
import Network.FedURI
|
||||||
|
|
||||||
#if DEVELOPMENT
|
#if DEVELOPMENT
|
||||||
type URIMode = Dev
|
type URIMode = Fed
|
||||||
#else
|
#else
|
||||||
type URIMode = Fed
|
type URIMode = Fed
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -59,7 +59,7 @@ import Vervis.Settings.TH
|
||||||
developmentMode :: Bool
|
developmentMode :: Bool
|
||||||
developmentMode =
|
developmentMode =
|
||||||
#if DEVELOPMENT
|
#if DEVELOPMENT
|
||||||
True
|
False
|
||||||
#else
|
#else
|
||||||
False
|
False
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue