https://linen.dev logo
I can't update static folder.
# help
e
I want to update static folder. I tried to deploy.
Copy code
bash
cargo shuttle project rm
cargo shuttle project new
cargo shuttle deploy
and I refresh browser by F5. but The frontend is still old version. Shuttle version: v0.11
If there is a way to completely clean the project, please let me know. thanks
a
Did you rebuild your assets on the front end side?
e
Yes, The front end has been rebuilt.
cargo shuttle run
shows the latest front end.
a
I'll try and have a look for you in a bit
e
Additional information. I remove unnecessary workspace from cargo.toml.
Copy code
cargo.toml

#[workspace]
#
#members = [
#    "xxxx"
#]
and I deployed again. then It's worked. I don't know why.
a
Hmmmm 🤔 that could be something that may need to be looked into
4 Views