Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.
MIT License
889 stars 528 forks source link

[Chore] api-v4 package: double entry of `@azure/functions` #396

Closed diberry closed 12 months ago

diberry commented 1 year ago

Are you accessing the project from the GitHub Codespaces?

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug Not sure when this happened - I assume its just a bad merge. @glaucia86 can you take a look?

 "@azure/functions": "^4.0.0",
 "@azure/functions": "^1.2.3",

image Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

OS (please complete the following information):

Additional context Add any other context about the problem here.

glaucia86 commented 12 months ago

Are you accessing the project from the GitHub Codespaces?

  • [ ] No, I am running the project on my local machine (I will fill in the OS section below)
  • [ ] Yes, I am using GitHub Codespaces.

Note: The project is optimized to run on Codespaces. We welcome contributions to enhance it for cross-platform local development, but it's not something we will prioritize right now. Thank you!

Describe the bug Not sure when this happened - I assume its just a bad merge. @glaucia86 can you take a look?

 "@azure/functions": "^4.0.0",
 "@azure/functions": "^1.2.3",

image Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

OS (please complete the following information):

  • OS:
  • OS Version:
  • npm version:
  • Node.js version:
  • output of azd version:

Additional context Add any other context about the problem here.

Yes. I will investigate this