You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from Remix, for which hosting platform adapters are pretty mature at this point, there are plenty of examples on how to get your site up and running on any one platform. For example on Cloudflare Pages with Cloudflare D1 for SQLite database and Drizzle (ORM) in the middle. I'm wondering how one would go about that with TanStack Start.
From the docs I can't find much about accessing environment variables - e.g. database connection strings - unless process.env is present. I found some examples in the docs under Start Examples (e.g. this one). When process.env is not present what should I do to access variables provided by the hosting platform?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
TanStack Start looks super interesting 🙌
Coming from Remix, for which hosting platform adapters are pretty mature at this point, there are plenty of examples on how to get your site up and running on any one platform. For example on Cloudflare Pages with Cloudflare D1 for SQLite database and Drizzle (ORM) in the middle. I'm wondering how one would go about that with TanStack Start.
From the docs I can't find much about accessing environment variables - e.g. database connection strings - unless
process.env
is present. I found some examples in the docs under Start Examples (e.g. this one). Whenprocess.env
is not present what should I do to access variables provided by the hosting platform?Beta Was this translation helpful? Give feedback.
All reactions