<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>env Archives - blog.icod.de</title>
	<atom:link href="https://blog.icod.de/tag/env/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.icod.de/tag/env/</link>
	<description>Webentwicklung und sonstiger Unsinn :) Web development and other nonsense :)</description>
	<lastBuildDate>Tue, 03 Dec 2024 12:28:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.icod.de/wp-content/uploads/2017/04/darko-luketic-foto.256x256-150x150.jpg</url>
	<title>env Archives - blog.icod.de</title>
	<link>https://blog.icod.de/tag/env/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Remix JS: Does Remix use process.env or import.meta.env?</title>
		<link>https://blog.icod.de/2024/12/03/remix-js-does-remix-use-process-env-or-import-meta-env/</link>
					<comments>https://blog.icod.de/2024/12/03/remix-js-does-remix-use-process-env-or-import-meta-env/#respond</comments>
		
		<dc:creator><![CDATA[Darko Luketic]]></dc:creator>
		<pubDate>Tue, 03 Dec 2024 12:28:24 +0000</pubDate>
				<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[env]]></category>
		<category><![CDATA[remix]]></category>
		<category><![CDATA[vite]]></category>
		<guid isPermaLink="false">https://luketic.de/?p=2163</guid>

					<description><![CDATA[<p>Does Remix use vite&#8217;s import.meta.env or process.env? The answer is, both. However it&#8217;s better to rely on vite&#8217;s import.meta.env because of 2 things: 1. Only VITE_ prefixed environment variables are imported 2. It&#8217;s also available in the non-SSR context, while process.env is a NODE thing only and not propagated to the browser. So what does&#8230;</p>
<p>The post <a href="https://blog.icod.de/2024/12/03/remix-js-does-remix-use-process-env-or-import-meta-env/">Remix JS: Does Remix use process.env or import.meta.env?</a> appeared first on <a href="https://blog.icod.de">blog.icod.de</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.icod.de/2024/12/03/remix-js-does-remix-use-process-env-or-import-meta-env/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
