Skip to content

Commit

Permalink
chore(tests): move backend.json -> rivet.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Sep 17, 2024
1 parent 21c16e3 commit 59ddde6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 27 deletions.
15 changes: 15 additions & 0 deletions tests/basic/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
26 changes: 0 additions & 26 deletions tests/basic/rivet.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/basic/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let gameConfig = {
interface GameState {
lobbyConfig: any;
lobbyTags: any;
scores: { [id: number]: number };
scores: Record<number, number>;
}

const gameState: GameState = {
Expand Down

0 comments on commit 59ddde6

Please sign in to comment.