Skip to content
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.