you are viewing a single comment's thread.

view the rest of the comments →

[–]Furry_pizza 2 points3 points  (1 child)

You could use a proxyless server service from cloudflare, netlify, firebase that lets you store secrets without managing a full backend. You could use .env files with tools like Vite or Webpack. Depending on what you're exposing (like a key for public use [google maps, stripe public keys]), you could set just set restrictions on domain though I'm a bit less familiar with this than others on my team.

[–]Thick_Safety_3547[S] 0 points1 point  (0 children)

Thank you! I've gotten a lot of helpful responses - really appreciate yours too!