Using shared package with reactjs SWA #1170
Unanswered
kal-horizen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a SWA in reactjs with api using vite & TypeScript. I'm able to deploy the SWA and everything works fine.
Since I need queueTriggers, I'm building another Azure functions all in the same repo, again using TypeScript. I have some code that I would like to share between the two function APIs. I tried shared package using relative path, but the GitHub workflow fails complaining about missing package. Is there a way to share code between the two APIs?
Beta Was this translation helpful? Give feedback.
All reactions