We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6599b commit d825c16Copy full SHA for d825c16
package.json
@@ -2,6 +2,9 @@
2
"name": "@rivetkit/engine-workspace",
3
"private": true,
4
"packageManager": "pnpm@10.13.1",
5
+ "engines": {
6
+ "node": ">=20"
7
+ },
8
"scripts": {
9
"start": "npx turbo watch build",
10
"build": "npx turbo build",
0 commit comments