mirror of
https://github.com/p-stream/backend.git
synced 2026-03-11 09:45:34 +00:00
renamed/removed railpack files and got railpack gooder
This commit is contained in:
parent
3a0b4ed25f
commit
b80e2deedd
2 changed files with 0 additions and 38 deletions
|
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"railpackVersion": "0.8.0",
|
||||
"resolvedPackages": {
|
||||
"node": {
|
||||
"name": "node",
|
||||
"requestedVersion": "22",
|
||||
"resolvedVersion": "22.20.0",
|
||||
"source": "railpack default"
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"nodePackageManager": "npm",
|
||||
"nodeRuntime": "node",
|
||||
"providers": "node"
|
||||
},
|
||||
"detectedProviders": [
|
||||
"node"
|
||||
],
|
||||
"logs": [
|
||||
{
|
||||
"Level": "info",
|
||||
"Msg": "Detected Node"
|
||||
},
|
||||
{
|
||||
"Level": "info",
|
||||
"Msg": "Using npm package manager"
|
||||
},
|
||||
{
|
||||
"Level": "warn",
|
||||
"Msg": "node_modules directory found in project root, this is likely a mistake"
|
||||
},
|
||||
{
|
||||
"Level": "warn",
|
||||
"Msg": "It is recommended to add node_modules to the .gitignore file"
|
||||
}
|
||||
],
|
||||
"success": true
|
||||
}
|
||||
Loading…
Reference in a new issue