chore: clean up local dev tooling (#856)
* chore: clean up husky + lint-staged * chore: format all files with prettier
This commit is contained in:
parent
0985a2ceff
commit
2e36dadfec
57 changed files with 326 additions and 441 deletions
|
@ -16,7 +16,7 @@ export default async function CreateMultiplayerRoom(req: NextApiRequest, res: Ne
|
|||
Authorization: `Bearer ${process.env.LIVEBLOCKS_SECRET_KEY}`,
|
||||
'Content-Type': 'application/json',
|
||||
},
|
||||
}).then(d => d.json())
|
||||
}).then((d) => d.json())
|
||||
|
||||
// 2. Create the Liveblocks storage JSON
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue