moved attack logic to config

This commit is contained in:
evanpelle
2024-08-16 13:10:44 -07:00
parent 0806ab17c5
commit 51c05f9d10
9 changed files with 51 additions and 24 deletions
-1
View File
@@ -11,7 +11,6 @@ To build the project, you will need to have Node.js and npm installed. You can d
Before building the project, you will need to install the dependencies. You can do this by running the following command in the project directory:
```bash
git submodule update --init --recursive
npm install
```