franfram
WWasp-lang
•Created by franfram on 6/23/2024 in #đŸ™‹questions
Open SaaS template without some funcitonalities? (e.g., without Auth)
What is the best way to remove some functionalities from the Open SaaS template? e.g., if I want to remove Stripe payments, how should I do it (ideally in a clean way)?
Because I tried removing the Stripe related parts from
main.wasp
, but that yields errors because of Stripe related imports, so I go to the .tsx files that do those imports and remove them, but then I get errors because of these later imports that have been removed, and so on. Same thing happened with Auth.
Cheers!8 replies