feat: moved to npm package for the store
This commit is contained in:
parent
3750e9ed8f
commit
91ee719633
3 changed files with 29 additions and 63 deletions
|
|
@ -14,6 +14,7 @@ export const RPC_PORT = 8787;
|
|||
export const RPC_URL = (host: string) => `http://${host}:${RPC_PORT}`;
|
||||
export const EMULATORJS_URL = (host: string) => `http://${host}:${EMULATORJS_PORT}`;
|
||||
export const SOCKETS_URL = (host: string) => `ws://${host}:${RPC_PORT}`;
|
||||
export const STORE_VERSION = "^0";
|
||||
|
||||
export const DefaultRommStaleTime = 60 * 1000; // A minute
|
||||
export interface GameMeta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue