Skip to content

fix: remove node modules file #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env_example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SUPABASE_URL=
SUPABASE_KEY=
SUPABASE_USER_EMAIL=
SUPABASE_USER_PASSWORD=
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.nv
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ to open the teneo screen
```
screen -r teneo
```
## 6. Running using PM2 (Additonal)
```
npm install pm2@latest -g
```
📌 Command
to run script using pm2
📌 Command
```
pm2 start run.js
```
donation link
- kalo mau bayarin kopi https://trakteer.id/Winsnipsupport/tip
-
Expand Down
1 change: 0 additions & 1 deletion node_modules

This file was deleted.

125 changes: 125 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.