Skip to content

Commit 37b718e

Browse files
committed
Enhance command handling and logging; update environment configuration and dependencies
1 parent 2a135f2 commit 37b718e

7 files changed

Lines changed: 326 additions & 5 deletions

File tree

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
33
.wwebjs_auth
4+
.wwebjs_cache
45
*.log
56
*.env

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PROJECT_CANIS_ALIAS=Canis
2+
DEBUG=true
23
COMMAND_PREFIX=!
34
PORT=3000

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
dist
33
.wwebjs_auth
4+
.wwebjs_cache
45
*.log
56
*.env

0 commit comments

Comments
 (0)