Skip to content

Commit

Permalink
Merge pull request #6 from hoobs-org/development
Browse files Browse the repository at this point in the history
free up memory sooner
  • Loading branch information
mkellsy committed Jun 28, 2021
2 parents 821e0fb + ac736ad commit bae1990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/helm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env -S node --max-old-space-size=256

/**************************************************************************************************
* helm *
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helm",
"version": "1.2.4",
"version": "1.2.5",
"description": "Recovery and remote terminal for the Raspberry Pi.",
"license": "GPL-3.0",
"repository": {
Expand All @@ -17,7 +17,7 @@
"scripts": {
"build": "bin/build --lint",
"lint": "eslint 'src/**/*.ts'",
"serve": "bin/debug build"
"debug": "bin/debug build"
},
"dependencies": {
"@hoobs/pam": "^1.0.5",
Expand Down

0 comments on commit bae1990

Please sign in to comment.