mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 03:34:51 +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
|
||||
|
||||
#if DEVELOPMENT
|
||||
type URIMode = Dev
|
||||
type URIMode = Fed
|
||||
#else
|
||||
type URIMode = Fed
|
||||
#endif
|
||||
|
|
|
@ -59,7 +59,7 @@ import Vervis.Settings.TH
|
|||
developmentMode :: Bool
|
||||
developmentMode =
|
||||
#if DEVELOPMENT
|
||||
True
|
||||
False
|
||||
#else
|
||||
False
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue