Hello, i'm having a really annoying bug. i have deployed via wrangler and my website is working but
Hello, i'm having a really annoying bug. i have deployed via wrangler and my website is working but i'm not sure why it is showing data from my development instead of the production env variables. do you see anything wrong in my wrangler file?
inside my sveltekit app im accesing "PUBLIC_ORIGIN" env variable and it is giving me the localhost one, i also have a .env file locally should i remove it? not sure how to fix it
*if i remove my .env file, when running the following command:
then it gives me an error on sveltekit build, what is the correct command to deploy then? using env variables from wrangler config file
inside my sveltekit app im accesing "PUBLIC_ORIGIN" env variable and it is giving me the localhost one, i also have a .env file locally should i remove it? not sure how to fix it
*if i remove my .env file, when running the following command:
then it gives me an error on sveltekit build, what is the correct command to deploy then? using env variables from wrangler config file

