epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.32k stars 355 forks source link

build(remix): don't use `installGlobals` #803

Closed kinggoesgaming closed 1 month ago

kinggoesgaming commented 1 month ago

The globals that were installed with installGlobals are now provided by node itself.

The one major change is removing getSetCookie helper method that was used as a hack.

Test Plan

The current tests should pass.

Checklist

Screenshots

No change that requires screenshot change.

closes: #802