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

Go back to protobuf.js; implement compact movement messages #140

Merged
merged 12 commits into from
Jan 16, 2024
Merged
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ DEPLOYMENT.md
LICENSE
README.md
build-mods.js
copy.js
flutter
noita_mod
nt-app
Expand Down
7 changes: 0 additions & 7 deletions buf.gen.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions copy.js

This file was deleted.

6 changes: 6 additions & 0 deletions nt-app/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"semi": false,
"tabWidth": 4,
"arrowParens": "always",
"trailingComma": "none"
}
1 change: 0 additions & 1 deletion nt-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"got": "^11.8.1",
"jsonwebtoken": "^9.0.2",
"keytar": "^7.2.0",
"protobufjs": "^6.11.4",
"uuid": "^9.0.0",
"validator": "^13.5.1",
"vue": "^2.6.11",
Expand Down
Loading