commit ac6ad763bfdf844dd385887689f8e681e772e3ef Author: a Date: Sun Dec 3 20:47:19 2023 -0600 ok diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..0ddb714 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,7 @@ +module.exports = { + apps : [{ + name : "test", + script : "node index.js" + }] +} + diff --git a/index.js b/index.js new file mode 100644 index 0000000..17a2a13 --- /dev/null +++ b/index.js @@ -0,0 +1,4 @@ +console.log("hi") +setInterval(()=>{ + console.log("hi") +},1000) diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity new file mode 100644 index 0000000..87ebcd9 --- /dev/null +++ b/node_modules/.yarn-integrity @@ -0,0 +1,12 @@ +{ + "systemParams": "linux-x64-120", + "modulesFolders": [], + "flags": [], + "linkedModules": [ + "trade" + ], + "topLevelPatterns": [], + "lockfileEntries": {}, + "files": [], + "artifacts": {} +} \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..02ed1e8 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "print-forever", + "version": "1.0.0", + "main": "index.js", + "repository": "git@tuxpa.in:a/print-forever", + "author": "a ", + "license": "MIT" +} diff --git a/yarn.lock b/yarn.lock new file mode 100644 index 0000000..fb57ccd --- /dev/null +++ b/yarn.lock @@ -0,0 +1,4 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + +