From fdb958eb77c1d8c7ae7d6edb431600b8d1bff2f4 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sun, 11 Aug 2024 10:52:04 +0200 Subject: [PATCH] tweaks --- package.json | 2 +- readme.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7605f7a3..d8bd745d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "lint": "eslint src/**/*.{ts,tsx} && prettier . --check" }, "engines": { - "node": ">=18" + "node": ">=20" }, "packageManager": "npm@10.8.2" } diff --git a/readme.md b/readme.md index ecc642e2..32400ab6 100644 --- a/readme.md +++ b/readme.md @@ -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 ``` @@ -26,7 +27,7 @@ http://localhost:3000/getting-started/introduction | `MDX`\* | Path to `*.mdx` folder
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