Skip to content

Commit

Permalink
Fix docs for typical phoenix setup (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer authored Jun 12, 2024
1 parent 352eff5 commit 8020740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ alias for deployments, which will also use the `--minify` option:

By default, Phoenix comes with three JS libraries that you'll most likely use in your project: phoenix, phoenix_html and phoenix_live_view.

To tell bun about those libraries you will need to add the following to the `package.json`:
To tell bun about those libraries you will need to add the following to the `assets/package.json` file:

```json
{
"workspaces": [
"deps/*"
"../deps/*"
],
"dependencies": {
"phoenix": "workspace:*",
Expand Down

0 comments on commit 8020740

Please sign in to comment.