Replies: 2 comments 1 reply
-
what are you using the cloudfare workers for ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I use Supabase Edge Functions and Cloudflare Workers, and I want to find the best practices for organizing my project.
This is my current folder structure for the project:
For example, in my
index.ts
insidecompute-foo-worker
, I want to useshared_code1
frommy_beautiful_shared_code1
, butshared_code1
uses a package, for example,Stripe
.shared_code1
is used both by Supabase Edge Functions and Cloudflare Workers.Right now, the organization is unclear to me.
What are the best practices for handling this?
Beta Was this translation helpful? Give feedback.
All reactions