]> git.codecow.com Git - nano-pow.git/commit
Move server execution into npm script.
authorChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 14:29:42 +0000 (07:29 -0700)
committerChris Duncan <chris@zoso.dev>
Wed, 18 Jun 2025 14:29:42 +0000 (07:29 -0700)
commit62b768d49312bb8e2659395ef239db14ceed8aaa
tree7c146f41eb0f062ab5f2f2401e853e11fb92c421
parentece6737baa34b0183abd20a41fd56e049133554d
Move server execution into npm script.
This simplifies the bash script. It also allows the example systemd service to use a Type of "simple" and eliminates the PIDFile requirement. The console output is unnecessary when using systemd since the expectation is that logs go to the journal only.
docs/nano-pow.service
package.json
src/bin/nano-pow.sh