variables are not set
oakylabs
FREEOP

3 months ago

i have a brand new project built with bun monorepo

my file literally just does:

console.log("PROCESS ENV: ", process.env.ENV_TEST);
console.log("bun ENV: ", Bun.env.ENV_TEST);

i have ENV_TEST in the variables

and these are the logs:

@imoexclusivo/queues-server start: PROCESS ENV:  undefined
@imoexclusivo/queues-server start: bun ENV:  undefined
@imoexclusivo/queues-server start: Exited with code 0
Starting Container

what am i missing?

image.png

Attachments

5 Replies

3 months ago

The purple here indicates that the change is staged, not saved & deployed


3 months ago

In the canvas, at the top, press 'apply changes'!


oakylabs
FREEOP

3 months ago

i am officially the dumbest person alive


oakylabs
FREEOP

3 months ago

thank you so so much


oakylabs
FREEOP

3 months ago

redloying now. testing to see if it works


Welcome!

Sign in to your Railway account to join the conversation.

Loading...