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. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
Can you elaborate more? I'd love to hear your feedback.
You would just remove
serversideup/spin
from 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.*
,Dockerfile
and.infrastructure