error on index file
I have an index file in a folder that exports all the components in that folder for easier importing on my pages
index.ts (i tried it as .js as well)
This throws this error on build from github
Oddly enough this does not error on
railway up
I am using Sveltekit, Prisma, Lucia-auth, if that makes any difference
Thanks in advance for any help you can provide.18 Replies
Project ID:
N/A
do you get this error when you build this locally?
Trying now
Nope
Oddly enough this does not error on railway upare you saying if you deploy your code with
railway up
there are no errors and the deployment goes out fine?Yes
mind sharing your repo?
its private lol
oh crap. uhh
I don't know how to change it to public. I can add you maybe
in the settings somewhere
Ahh. In the DANGER ZONE
Ok should be good
src/lib/components/form
Oh i see something
me too
Why is the case not changing when i commit??
Ok i think i got it now. I should have looked at the repo, my bad
we saw the same thing
let me know if it works when you fix the casing
that answers the question of why
railway up
works though, railway up
archives your local project into a tarball and sends it off to be deployedOk i guess i have to fix the casing on github then pull to local to fix it
github is confusing sometimes
Ya that was it.
I am not sure why a commit and push won't change the case of file names,
Now i know
Thanks for everything
no problem 🙂