Skip to content

Commit

Permalink
chore: add server engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
tlebon committed Jan 31, 2024
1 parent c2adfe1 commit 338fe4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"rimraf": "4.4.1",
"typescript": "5.3.3"
},
"engines": {
"node": ">=16"
},
"scripts": {
"build": "yarn clean && tsc && yarn generate-version-file && yarn copy-assets",
"copy-assets": "node ./bin/copy_server_assets.js",
Expand Down

0 comments on commit 338fe4d

Please sign in to comment.