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 d5c5825 commit 33ba42aCopy full SHA for 33ba42a
package.json
@@ -2,6 +2,9 @@
2
"name": "@rivetkit/engine-workspace",
3
"private": true,
4
"packageManager": "[email protected]",
5
+ "engines": {
6
+ "node": ">=20"
7
+ },
8
"scripts": {
9
"start": "npx turbo watch build",
10
"build": "npx turbo build",
0 commit comments