Frontend Newbie: Project runs locally, builds successfuly, but not deploying. Infinite Loop #7355
-
SummaryI have a tailwind css project that is building correctly but does not deploy. It looks like it gets stuck after succesfully building. I have tried deploying through GitHub and vercel cli. The project contains a dist folder with assets and docs folders inside of the dict folder. Also inside the project folder is a src folder, and various config files. The project runs locally using npm install, npm run build and then using the VS Code Live Server extension. I am not familiar with frontend, what am I doing wrong? ^^ This is what my project directory looks like.
project ExampleNo response Steps to Reproducebuild this template project: https://github.com/SunnyWang0/templateWebsite npm install |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @SunnyWang0! Could you try specifying in your "Root Directory" setting with See relevant documentation. Let me know if I can help with anything else at all! |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
Hi @SunnyWang0!
Could you try specifying in your "Root Directory" setting with
/dist
where your code lives?See relevant documentation. Let me know if I can help with anything else at all!