refactor: update test setup, introduce system environment for commands, and streamline frontend build configuration.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createTRPCProxyClient, httpBatchLink } from '@trpc/client';
|
||||
import type { appRouter } from '../../../game-api/src/router';
|
||||
import type { appRouter } from '@sammo-ts/game-api';
|
||||
|
||||
export type GameRouter = typeof appRouter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user