developwitheddy
developwitheddy
WWasp-lang
Created by developwitheddy on 6/25/2024 in #🙋questions
Add Dependencies to wasp project
Thank you @martinsos again! Yes, I figured it out, it is cause by installing
npm install -D @headlessui/react
npm install -D @headlessui/react
, because wasp already using the "@headlessui/react": "1.7.13" library. After I broke the project, I have to close down the browser and rebuilt the project, and everything work now. And I tried to install
npm install @heroicons/react
npm install @heroicons/react
and it works!
9 replies
WWasp-lang
Created by robby on 6/22/2024 in #🙋questions
Where should I deploy my open saas app?
Thank you @martinsos for your help. So many of you in community are willing to help! So much better than 5⭐ support!
19 replies
WWasp-lang
Created by robby on 6/22/2024 in #🙋questions
Where should I deploy my open saas app?
Thank you @martinsos! I will go through it myself and ask questions here if I have any. I might be able to contribute to the documentation.
19 replies
WWasp-lang
Created by robby on 6/22/2024 in #🙋questions
Where should I deploy my open saas app?
Along the same line, did anyone tried to deploy the wasp app to other platform like Azure cloud using GitHub action? Because version control is important to the project. Thank you very much!
19 replies
WWasp-lang
Created by developwitheddy on 6/11/2024 in #🙋questions
ERP Project Help
Thank you @Vinny (@Wasp), it is so good to know we can reach out to who developed the Open SaaS system!
12 replies
WWasp-lang
Created by developwitheddy on 6/11/2024 in #🙋questions
ERP Project Help
Thank you @Vinny (@Wasp) , I started the Open SaaS project and starting the migrating the database schema using prisma, when I provide ChatGPT and GitHub Copilot our current MySQL. Then ChatGPT asked me to modify schema.prisma file. But I learned in the OpenSaaS document, we should not modify any files in the .wasp folder, but should modify main.wasp instead. How should I go about using GitHub Copliot and ChapGPT starting from this?
12 replies