apteryxxyz / next-ws

Add support for WebSockets in Next.js app directory.
https://npmjs.com/next-ws
131 stars 9 forks source link

feat(cli): allow forcing #26

Closed AugustinMauroy closed 3 months ago

AugustinMauroy commented 3 months ago

@apteryxxyz 👋

apteryxxyz commented 3 months ago

So this adds support for an env variable? Is there anything about this that is different than the --yes cli option?

AugustinMauroy commented 3 months ago

I think we can add the "--force" flag to pass the unsupported potential. And "--yes" to answer yes. What do you think

apteryxxyz commented 3 months ago

So --yes allows for skipping the "untested" warning, what would --force do that is different? Would --force allow for patching versions of that have been tested but don't work? I don't see the purpose of that as Next WS will still not work.