We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9c9d1 commit 16e8b16Copy full SHA for 16e8b16
3 files changed
.nvmrc
@@ -1 +1 @@
1
-20
+24
README.md
@@ -48,6 +48,8 @@ $ npm run dev
48
$ npm run build
49
```
50
51
+NB: `npm run build -- --force` to ignore turbo cache
52
+
53
Then `npx serve out`.
54
55
<details>
package.json
@@ -21,7 +21,7 @@
21
"node": ">=20",
22
"npm": ">=10"
23
},
24
- "packageManager": "npm@10.2.4",
+ "packageManager": "npm@11.7.0",
25
"workspaces": [
26
"apps/*",
27
"demos/*",
0 commit comments