-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
358 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1vs1: | ||
- ila knti t9dr tzid chi l3iba li drafti numbers of players matalan tkhtar 16 players t3tik 16 random players 7it bhad l3iba li daro ki yakhdo par rapport l lanes fhmti machi ghir random o sf | ||
- Roulette |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { Tournament } from '@prisma/client'; | ||
|
||
interface BracketsProps { | ||
tournament: Tournament; | ||
} | ||
|
||
const Brackets = ({ tournament }: BracketsProps) => { | ||
return <div>WIP, stay tuned!</div>; | ||
}; | ||
|
||
export default Brackets; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { SqlDatabase } from 'brackets-prisma-db'; | ||
import { BracketsManager } from 'brackets-manager'; | ||
|
||
import prisma from './prisma'; | ||
|
||
const storage = new SqlDatabase(prisma); | ||
|
||
const manager = new BracketsManager(storage); | ||
|
||
export default manager; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.