Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 11, 2024
1 parent f3f64f9 commit fdb958e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint": "eslint src/**/*.{ts,tsx} && prettier . --check"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"packageManager": "npm@10.8.2"
}
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $ MDX=~/code/pmndrs/react-three-fiber/docs \
NEXT_PUBLIC_LIBNAME="React Three Fiber" \
BASE_PATH= \
DIST_DIR= \
OUTPUT=export \
npm run dev
```

Expand All @@ -26,7 +27,7 @@ http://localhost:3000/getting-started/introduction
| `MDX`\* | Path to `*.mdx` folder<br>NB: can be relative or absolute | none |
| `NEXT_PUBLIC_LIBNAME`\* | Library name | none |
| `BASE_PATH` | base path for the final URL | none |
| `DIST_DIR` | Path to the output folder | `out` |
| `DIST_DIR` | Path to the output folder | none |
| `OUTPUT` | Set to `export` for static `out`put | none |

\* Required
Expand Down

0 comments on commit fdb958e

Please sign in to comment.