diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-25 18:24:21 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-09-25 23:35:18 +1000 |
commit | f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 (patch) | |
tree | a6655c41bb3db79c30fd876b06ee60fe9cf70c9b /scripts/stresstest | |
parent | Allow edited_timestamp to passthrough in handleMessage (diff) | |
download | server-f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052.tar.xz |
Refactor to mono-repo + upgrade packages
Diffstat (limited to '')
-rw-r--r-- | scripts/stresstest/.gitignore (renamed from api/scripts/stresstest/.gitignore) | 0 | ||||
-rw-r--r-- | scripts/stresstest/accounts.json.example (renamed from api/scripts/stresstest/accounts.json.example) | 0 | ||||
-rw-r--r-- | scripts/stresstest/config.json.example (renamed from api/scripts/stresstest/config.json.example) | 0 | ||||
-rw-r--r-- | scripts/stresstest/index.js (renamed from api/scripts/stresstest/index.js) | 0 | ||||
-rw-r--r-- | scripts/stresstest/package-lock.json (renamed from api/scripts/stresstest/package-lock.json) | 0 | ||||
-rw-r--r-- | scripts/stresstest/package.json (renamed from api/scripts/stresstest/package.json) | 0 | ||||
-rw-r--r-- | scripts/stresstest/src/login/index.js (renamed from api/scripts/stresstest/src/login/index.js) | 2 | ||||
-rw-r--r-- | scripts/stresstest/src/message/send.js (renamed from api/scripts/stresstest/src/message/send.js) | 2 | ||||
-rw-r--r-- | scripts/stresstest/src/register/index.js (renamed from api/scripts/stresstest/src/register/index.js) | 2 |
9 files changed, 3 insertions, 3 deletions
diff --git a/api/scripts/stresstest/.gitignore b/scripts/stresstest/.gitignore |