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 Containerwhat am i missing?
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'!