info

Qquit.5/20/2023
after i hv used up all my hours will i get those hours again next month or smtg?
Qquit.5/20/2023
+ will it still run even if i dont hv any hours
ADA Dumb5/20/2023
No, your projects will stop
ADA Dumb5/20/2023
Your hours will be refreshed on the first of the month
Qquit.5/21/2023
so every month i get 500 hours?
Ccsdaniel5/21/2023
yes.
Qquit.5/22/2023
oh thank you
Qquit.5/22/2023
i also had another question like if i run 2 projects at a time will my hours get used up x2?
Bbrody5/22/2023
nope, your hours will deplete at the same rate with 1 or 10 services
Qquit.5/22/2023
oh
Qquit.5/22/2023
thanks
Bbrody5/22/2023
oh? that's a good thing lol
Qquit.5/22/2023
also how to access locahhost80
Qquit.5/22/2023
now i can run more projects lol
Qquit.5/22/2023
it doesnt consume much ram anyways
Bbrody5/22/2023
gonna need more context
Qquit.5/22/2023
i mean
Qquit.5/22/2023
what if i hosted a website on locahhost80
Qquit.5/22/2023
and how to view the website
Qquit.5/22/2023
i didnt figure out what to do
Qquit.5/22/2023
couldnt*
Bbrody5/22/2023
please read ALL of it
Bbrody5/22/2023
everything you need to know is in there
Qquit.5/22/2023
Bbrody5/22/2023
once that's all done, you only need to generate a domain in the service settings
Qquit.5/22/2023
ohh
Qquit.5/22/2023
i'll try that thanks
Bbrody5/22/2023
so what is your application maybe I can give more specific tips?
Qquit.5/22/2023
bot stuff and website for it maybe
Qquit.5/22/2023
nvm i got all the help needed
Qquit.5/22/2023
thanks for your time
Bbrody5/22/2023
help was in the docs page i linked 🙂
Qquit.5/22/2023
i saw it
Qquit.5/22/2023
and thanks
Bbrody5/22/2023
no problem!
Qquit.5/22/2023
i hv another question
Qquit.5/22/2023
i want my code to run npm i
Qquit.5/22/2023
at the start of the code
Qquit.5/22/2023
how do i do tht
Bbrody5/22/2023
why npm i vs the default npm ci
Qquit.5/22/2023
the node_modules folder wont get defined
Bbrody5/22/2023
please elaborate because npm ci does download node_modules
Qquit.5/22/2023
uh
Qquit.5/22/2023
so its default
Qquit.5/22/2023
?
Bbrody5/22/2023
yes
Bbrody5/22/2023
what seems to be the issue
Qquit.5/22/2023
my friend told me to just put the node_modules file
Qquit.5/22/2023
directly into my repo
Bbrody5/22/2023
absolutely never do that
Qquit.5/22/2023
shit lol
Qquit.5/22/2023
so remove it ig?
Qquit.5/22/2023
uncaughtException Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './v10' is not defined by "exports" in /app/node_modules/discord-api-types/package.json
at new NodeError (node:internal/errors:387:5)
Qquit.5/22/2023
this is my error
Bbrody5/22/2023
you should never want to commit your node_modules folder to github/railway
Qquit.5/22/2023
alr lemme remove
Bbrody5/22/2023
do you have a .gitignore file?
Bbrody5/22/2023
prob not
Bbrody5/22/2023
create a .gitignore file with the contents from this link
https://www.toptal.com/developers/gitignore/api/node
Bbrody5/22/2023
(create that file in your project)
Qquit.5/22/2023
i do
Bbrody5/22/2023
^
Qquit.5/22/2023
THANKS IT SEEMS TO BE WORKING NOW
Bbrody5/22/2023
awesome!