Closed marcalexiei closed 6 days ago
No problem changing them to something different. My only concern is that they should be unique in the future scenario where they can be involved inside a turbo pipeline.
What is the future scenario you see with them involved in turbo
?
Maybe this doesn't have sense since these are very simple examples but just to want to point this out 🙂.
Yeah, makes sense. We don't know yet but better safer than sorry either way!
Context & Description
Followup of "Tokio-runtime-worker issue" Discord thread
This PR aims to handle the examples folder
node_modules
folder without using—ignore-workspace
.Adding them to
pnpm
workspace creates a node_modules folder with symbolic links that should prevent the Tokio-runtime-worker error when runningturbo
cli within these folders.Examples folder renames
Also examples folder have renamed
examples/tuono
→examples/tuono-app
examples/tutorial
→examples/tuono-tutorial
examples/mdx
→examples/with-mdx
According to the previous renames
crates/tuono/src/scaffold_project.rs#create_new_project
has been updated totuono-app
as default value fortemplate
CLI argument.