Skip to content

Commit 7920882

Browse files
Merge branch 'main' into feature/faq-number-dropdown
2 parents 02f7e93 + 8f94d88 commit 7920882

File tree

22 files changed

+1720
-350
lines changed

22 files changed

+1720
-350
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

index.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,8 @@ client.login(process.env.BOT_TOKEN).catch((error) => {
488488
app.use("/docs", express.static(path.join(__dirname, "views")));
489489
app.use("/docs", documentationRoute);
490490

491-
app.listen(PORT, () => {
492-
console.log(`🚀 Running at http://localhost:${PORT}/docs`);
493-
});
491+
492+
app.listen(3000, () => {
493+
console.log(`🚀 Running at http://localhost:3000/docs`);
494+
});
495+

public/assets/images/home/fun.png

153 KB
Loading
1.17 MB
Loading
1.91 MB
Loading
204 KB
Loading

public/assets/images/home/que.png

529 KB
Loading
164 KB
Loading
1.82 MB
Loading
1.1 MB
Loading

0 commit comments

Comments
 (0)