Skip to content

Commit

Permalink
fix: Artifact collision solved
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyHappening committed May 25, 2023
1 parent c9d1dfa commit b6f5c8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib", "rlib"]
# crate-type = ["cdylib", "rlib"]
name = "web_app"

[workspace]
members = ["src-tauri"]
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ To view serve site, run `cargo leptos serve` and open to `http://localhost:3000/
Currently, both `cargo leptos` and `trunk serve` use the same folder: `dist`, so
don't run them together (unless you change the folders they output to).

## WIP:
This template works for me on my machine, but there are still a few issues
- There is still an error about conflicting build artifacts


## Development:
I am developing a personal project, this is intended to give a foothold for others
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use leptos::*;
use leptos_app::app::*;
use web_app::app::*;

#[cfg(feature = "ssr")]
#[actix_web::main]
Expand Down

0 comments on commit b6f5c8c

Please sign in to comment.