You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I select the folder for the new app, it creates a new node_modules folder and a new package-lock.json even though the folder is within an npm workspace monorepo.
How should I correctly use the Azure Functions extension to create a new app within a monorepo?
// root file and folder view
./.git
./.devcontainer
./package.json --> workspace property is set to "packages/*"
./package-lock.json
./packages/api --> new Azure Functions
@ggailey777
@glaucia86
The text was updated successfully, but these errors were encountered:
When I select the folder for the new app, it creates a new node_modules folder and a new package-lock.json even though the folder is within an npm workspace monorepo.
How should I correctly use the Azure Functions extension to create a new app within a monorepo?
The text was updated successfully, but these errors were encountered: