-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Has someone already deploy powersync service into an Azure WebApp ?
I am struggling so much to do it because of "pnpm" and some slowdown of Azure WebApp to build the project with oryx
Right now, I have added the following in package.json than I use the vscode azure extension to publish in the web app. But it can take up to 40 minutes for azure web app ro run with oryx build .... Unusable in production :(
"preinstall": "npm install -g pnpm",
"start": "npm install -g pnpm && pnpm install && pnpm start:service",
I tried also to deploy in Azure container app wich is a container host without success either
Any help ?
Metadata
Metadata
Assignees
Labels
No labels
