2 years ago
how change builder project from nixpacks to heroku buildpacks
32 Replies
i have a project on git hub which wrote on next, nestjs and vue when i deploy it i take the error. why?
2 years ago
heroku buildpacks has not been supported for quite some time now
2 years ago
going forward please use this -
2 years ago
well what app do you want to deploy? set the applicable root directory in the service settings
2 years ago
yes of course
2 years ago
as just mentioned, set the applicable root directory in the service settings
2 years ago
please use the bookmarklet that I linked above
sorry are you now how deploy vue project?
it give errors and tells that there is no start command and it really it is. what i should do?
2 years ago
what kind of vue project? Vue + Vite?
2 years ago
copy the nixpacks.toml and Caddyfile from this repo into your vue project.
if you have any custom build or start commands set on the service, you must remove them.
2 years ago
no, as mentioned, copy the two files
2 years ago
in your browser
this give me this file what i should do?
2 years ago
is this for the client or the server?
2 years ago
please make sure that the files and folders in GitHub have the same casing as they do locally
i found error. the problem is There is no difference in file names, that is, they are called with a capital letter or with a small letter. but here it is.
2 years ago
that is the issue I just spoke of

