[go: nahoru, domu]

Skip to content

Commit

Permalink
feat: state display logic
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoodie committed Sep 19, 2022
1 parent 4ccaf50 commit aaee627
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 4 deletions.
210 changes: 210 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"axios": "^0.27.2",
"md5": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.0",
"@types/md5": "^2.3.2",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand Down
3 changes: 3 additions & 0 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"createDir": true,
"readDir": true,
"scope": ["*"]
},
"http": {
"scope": ["https://www.deltaconnected.com/arcdps/*"]
}
},
"bundle": {
Expand Down
Loading

0 comments on commit aaee627

Please sign in to comment.