Better error handling + general cleanup #182

Merged
punctuations merged 11 commits from master into master 2021-12-07 16:06:33 -03:00

11 commits

Author SHA1 Message Date
matt
2710abeb66 revert: revert icon.js 2021-12-06 23:49:08 -08:00
matt
247e8ba8ea chore: merge reversion 2021-12-06 23:47:42 -08:00
matt
a81485e83f fix(merge): merge on 7da5632 2021-12-06 23:40:28 -08:00
Matt
e01764f575
Merge branch 'master' into master 2021-12-04 21:36:46 -08:00
matt
acb76a5c27 fix(leaderboard): fix comment for private server 2021-11-10 21:14:45 -08:00
matt
8524dd70ae feat: final status codes 2021-11-10 17:48:02 -08:00
matt
ca6078eccd chore(servers.json): remove weird space in json 2021-11-10 17:39:23 -08:00
matt
86f6bee6f6 feat: cleanup unused params & add status codes 2021-11-10 17:38:59 -08:00
matt
db7b640ae4 feat: better error handling 1/4
+ add status codes to all of the errors.

? I understand this is similar to robtop so I didn't change any of the very cryptic responses, i.e. -1, -2, -3.
2021-11-10 17:26:46 -08:00
matt
bdb0d9ee81 feat(package.json): add dev command 2021-11-10 17:05:19 -08:00
matt
60eac49e90 chore: cleanup .gitignore
- remove unused /typings, not using typescript
- remove .next as this is not using next.js
+ add editors to ignore file
+ add exceptions for more .env files, .env.local, etc.
+ seperate lockfiles and add yarn lockfile
2021-11-10 17:04:50 -08:00