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 0285569 commit 773fb16Copy full SHA for 773fb16
packages/server/package.json
@@ -20,6 +20,9 @@
20
"autocompletion"
21
],
22
"license": "MIT",
23
+ "engines": {
24
+ "node": ">=18.0.0"
25
+ },
26
"scripts": {
27
"compile:cli": "esbuild bin/cli.ts --bundle --platform=node --external:pg-native --external:aws-sdk --external:mock-aws-s3 --external:nock --external:ssh2 --external:cpu-features --outfile=dist/cli.js",
28
"compile:vscode": "esbuild bin/vscodeExtensionServer.ts --bundle --platform=node --external:pg-native --external:aws-sdk --external:mock-aws-s3 --external:nock --external:ssh2 --external:cpu-features --outfile=dist/vscodeExtensionServer.js",
0 commit comments