npm install

This commit is contained in:
hackermon
2022-11-10 17:16:33 -05:00
committed by GitHub
parent f1afab335b
commit e9fe95901e

View File

@@ -1,5 +1,5 @@
onBoot="npm install"
run = "node --no-warnings ."
run = "npm install && node --no-warnings ."
[nix]
channel = "stable-21_11"