.env.production file eliminated ! (-> .env)
.env.production worked in local added myconfig messagepopup working (but not ready yet) added Graphql (only module)
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
export interface IPost {
|
||||
title: string
|
||||
}
|
||||
|
||||
export interface IGlobalState {
|
||||
conta: number
|
||||
isLoginPage: boolean
|
||||
layoutNeeded: boolean
|
||||
mobileMode: boolean
|
||||
menuCollapse: boolean
|
||||
posts: string[]
|
||||
posts: IPost[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user