Skip to content

Commit

Permalink
docs: fix deploy partykit command (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
troypoulter committed Apr 9, 2024
1 parent 4c435c2 commit 19379aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ While you don't need separate repositories for the client and the PartyKit serve
To deploy your PartyKit server run the following command in your project directory:

```bash
npm partykit deploy
npx partykit deploy
```

When the deployment completes, you will get your app's PartyKit URL. You will need this URL when deploying your Next.js app. The URL will follow the pattern of `[your project's name].[your GitHub username].partykit.dev`.
Expand Down

0 comments on commit 19379aa

Please sign in to comment.