Add test mode
`*` char permit to defined test mode with warning message Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
parent
27aa3c51d3
commit
a5d4d163e1
5 changed files with 24 additions and 4 deletions
|
@ -5,3 +5,5 @@ export const userMovingStore = writable(false);
|
|||
export const requestVisitCardsStore = writable<string | null>(null);
|
||||
|
||||
export const userIsAdminStore = writable(false);
|
||||
|
||||
export const limitMap = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue