Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Sep 3, 2023
1 parent 5c0c59a commit add31a7
Show file tree
Hide file tree
Showing 58 changed files with 10 additions and 2,170 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ yarn.lock

.next

/node_modules
/node_modules

pnpm-lock.yaml

yarn-error.log

yarn.lock
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions nest-cli.json

This file was deleted.

2,159 changes: 0 additions & 2,159 deletions package-lock.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"shoukaku": "^3.4.0",
"signale": "^1.4.0",
"socket.io": "^4.7.2",
"tslib": "^2.6.2",
"undici": "^5.23.0"
},
"signale": {
Expand Down
2 changes: 1 addition & 1 deletion src/LavaClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (config.dashboard.enable) {
const dashboard = new DiscordDashboard();
dashboard.start();
client.logger.start('Starting dashboard...');
child.exec('cd src/dashboard && npm i && npm run dev && cd ../..', (err, stdout) => {
child.exec('cd dashboard && npm i && npm run dev && cd ..', (err, stdout) => {
if (err) {
client.logger.error(err);
return;
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"exclude": [
"node_modules",
"dist",
"src/dashboard"
"dashboard"
]
}

0 comments on commit add31a7

Please sign in to comment.