update config for alpha

This commit is contained in:
Halit Aksoy 2022-09-02 01:16:33 +03:00
parent 0100be1b39
commit cf052a0cbe

View File

@ -1,5 +1,5 @@
export const useLocalServer = false; export const useLocalServer = false;
export const isAlpha = false; export const isAlpha = true;
export type Server = { export type Server = {
serverAdress: string; serverAdress: string;