Skip to content

Commit

Permalink
Merge pull request #11 from tradeJmark/backend
Browse files Browse the repository at this point in the history
Merge backend into dev
  • Loading branch information
tradeJmark authored Aug 31, 2023
2 parents 19da068 + d94815c commit aa1634e
Show file tree
Hide file tree
Showing 35 changed files with 2,798 additions and 60 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_WGHUB_BACKEND=ws://localhost:8080/ws
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"rust-analyzer.linkedProjects": [
"rust/wghub-rust/Cargo.toml",
"rust/wghub-rust-web/Cargo.toml"
"rust/wghub-rust-web/Cargo.toml",
"rust/wghub-backend/Cargo.toml"
],
"editor.tabSize": 2
"editor.tabSize": 2,
"rust-analyzer.cargo.features": "all"
}
1 change: 1 addition & 0 deletions rust/wghub-backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/target
Loading

0 comments on commit aa1634e

Please sign in to comment.