Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rifnd committed Dec 17, 2023
1 parent 48563c2 commit a5aa36c
Show file tree
Hide file tree
Showing 11 changed files with 548 additions and 5,119 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
session/
package-lock.json
yarn.lock
database.json
11 changes: 11 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
run = "clear && node index.js"
entrypoint = "index.js"
hidden = [".config", "package-lock.json"]
modules = ["nodejs-20:v8-20230920-bd784b9"]

[nix]
channel = "stable-21_11"

[unitTest]
language = "nodejs"

[deployment]
run = ["node", "index.js"]
deploymentTarget = "cloudrun"
ignorePorts = false
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Hisoka-Morou",
"name": "moon-case",
"description": "WhatsApp Bot Using Lib Baileys",
"repository": "https://github.com/DikaArdnt/Hisoka-Morou",
"repository": "https://github.com/rifnd/moon-case",
"logo": "https://node-js-sample.herokuapp.com/node.png",
"keywords": ["multi-device"]
}
Loading

0 comments on commit a5aa36c

Please sign in to comment.