feat: moved to npm package for the store

This commit is contained in:
Simeon Radivoev 2026-03-22 16:34:33 +02:00
parent 3750e9ed8f
commit 91ee719633
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
3 changed files with 29 additions and 63 deletions

View file

@ -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