From ac6ad763bfdf844dd385887689f8e681e772e3ef Mon Sep 17 00:00:00 2001 From: a Date: Sun, 3 Dec 2023 20:47:19 -0600 Subject: [PATCH] ok --- ecosystem.config.js | 7 +++++++ index.js | 4 ++++ node_modules/.yarn-integrity | 12 ++++++++++++ package.json | 8 ++++++++ yarn.lock | 4 ++++ 5 files changed, 35 insertions(+) create mode 100644 ecosystem.config.js create mode 100644 index.js create mode 100644 node_modules/.yarn-integrity create mode 100644 package.json create mode 100644 yarn.lock 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 + +