How to remove spin from a project? #126
|
I started a project with Spin but it feels like it is overkill for what it is doing. I wanted to simplify the code base - is there a way to uninstall spin from a project? I love Spin but its just this project doesn't need it so I want to remove it. |
Answered by
jaydrogers
Nov 5, 2024
Replies: 1 comment 1 reply
Can you elaborate more? I'd love to hear your feedback.
You would just remove If you want the files removed, just remove anything with |
1 reply
Answer selected by
akulmehta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you elaborate more? I'd love to hear your feedback.
You would just remove
serversideup/spinfrom the composer.json or your package.json. We designed Spin to use it when you want it, and remove it when you dont 😃If you want the files removed, just remove anything with
docker-compose.*,Dockerfileand.infrastructure