mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
This introduces a node version validation check on server start-up. The expected node version is pulled from the `package.json`. Locally, the expected version is pulled directly. The build script writes the expected node version into the `build.json` file, which is used in the built environment. When an invalid match is made the server start-up halts.
8 lines
113 B
JSON
8 lines
113 B
JSON
{
|
|
"entryType": "LOCAL",
|
|
"expectedNode": "",
|
|
"sptVersion": "",
|
|
"commit": "",
|
|
"buildTime": 0
|
|
}
|