I still wish we had a better way of
I still wish we had a better way of binding services like DOs to meta frameworks without a monorepo :/
Often you just dont have “access” to the server entrypoint due to it being generated
5 Replies
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
yea no i really dont wanna do that but yea the disconnect argument sold me on deploying it standalone
One option can be to manually author the entrypoint as
./worker/index.ts
or similar:
And override it in your config file:
Not perfect, but useful in some cases.Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
i did try that but i ran into weird issues back then. i will move into a monorepo with watch paths
downside here: wrangler types dosent really do the job :p but im sure that will be an easy fix when it supports a monorepo setup. cool approach regardless!