examples
examples copied to clipboard
http-server example has outdated dependencies
What is the problem this feature would solve?
Use latest effect packages so it is easier to use code from latest documentation
What is the feature you are proposing to solve the problem?
http-server uses outdated effect packages, e.g. in package json:
"@effect/platform": "^0.69.12"
while the latest (AFAIK) is effect/[email protected]
This is similar to other scoped packages
What alternatives have you considered?
No response