I’ve found a few solutions for this but none seem to have helped. I’m trying to deploy my first Vite site (paws-and-palaces, https://paws-and-palaces.netlify.app/), but I keep getting a 254 exit code. I was somehow able to deploy it once, but another was automatically ran and failed right after (image below). I’ve tried to change the package directory to paws-and-palaces and blank but neither have worked. Any other tips you may have to help me?
@hotkiss1011 I’m not sure what you mean by the package directory but checking your repository it’s clear that the source code is in the paws-and-palaces directory, so you should set that as your Base directory in your Build settings.
As it says in the documentation for Base directory:
If not set, the base directory defaults to the root of the repository.