This commit is contained in:
a 2023-12-03 20:47:19 -06:00
commit ac6ad763bf
Signed by: a
GPG Key ID: 374BC539FE795AF0
5 changed files with 35 additions and 0 deletions

7
ecosystem.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
apps : [{
name : "test",
script : "node index.js"
}]
}

4
index.js Normal file
View File

@ -0,0 +1,4 @@
console.log("hi")
setInterval(()=>{
console.log("hi")
},1000)

12
node_modules/.yarn-integrity generated vendored Normal file
View File

@ -0,0 +1,12 @@
{
"systemParams": "linux-x64-120",
"modulesFolders": [],
"flags": [],
"linkedModules": [
"trade"
],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "print-forever",
"version": "1.0.0",
"main": "index.js",
"repository": "git@tuxpa.in:a/print-forever",
"author": "a <a@tuxpa.in>",
"license": "MIT"
}

4
yarn.lock Normal file
View File

@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1