Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remake the question queue system #577

Merged
merged 11 commits into from
Jul 20, 2024
Merged
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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,18 @@ Follow the Angular commit message format. See [here](https://github.com/angular/

You can run the below scripts with `pnpm <script>`.

| Script | Description |
| -------------- | -------------------------------------------------------------------- |
| `start` | Runs the code in production mode |
| `dev` | Runs the code using nodemon in dev mode |
| `format` | Formats the code. |

| Script | Description |
| -------- | -------------------------------- |
| `start` | Runs the code in production mode |
| `dev` | Runs the code in dev mode |
| `format` | Formats the code. |

### Discord logs

Logs are also sent to Discord to allow for easier and more accessible debugging, as not everyone will have access to the host system, especially in production. The channels for the different log levels are defined in the `.env` file.

# Docker deployment

For a guide regarding the deployment on our production server go to [this link](https://github.com/Would-You-Bot/config)

# Project Details
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@types/express": "^4.17.21",
"@types/uuid": "^10.0.0",
"copyfiles": "^2.4.1",
"nodemon": "3.0.1",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
}
Expand Down
Loading
Loading