VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
30 stars 8 forks source link

Prevent server leak #126

Open eric-burel opened 2 years ago

eric-burel commented 2 years ago

Is your feature request related to a problem? Please describe. Currently: server folder or server.ts means server-only code => but we don't strictly enforce that so there's a risk of leak

Describe the solution you'd like Prevent user from accidentally loading server-only code client-side

Describe alternatives you've considered