Skip to content

Commit

Permalink
Change tauri frontend layout (to main /tauri folder)
Browse files Browse the repository at this point in the history
This is what the default tauri project structure looks like.
  • Loading branch information
aarkue committed Mar 16, 2024
1 parent b42c9cc commit 588555d
Show file tree
Hide file tree
Showing 21 changed files with 7,171 additions and 7,243 deletions.
19 changes: 3 additions & 16 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ axum = "0.6.20"
tokio = { version = "1", features = ["full"] }
serde = {version = "1.0.192" , features = ["derive"]}
serde_json = "1.0.108"
process_mining = {path = "../../../rust-bridge-process-mining/process_mining"}
process_mining = "0.2.5"
ocedeclare-shared = {path = "../shared"}
tower-http = { version = "0.4.3", features = ["cors"] }
rayon = "1.8.0"
Expand Down
File renamed without changes.
File renamed without changes.
13 changes: 12 additions & 1 deletion tauri/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,15 @@ lerna-debug.log*
node_modules
dist
dist-ssr
*.local
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
File renamed without changes.
File renamed without changes.
24 changes: 0 additions & 24 deletions tauri/frontend-tauri/.gitignore

This file was deleted.

Loading

0 comments on commit 588555d

Please sign in to comment.