-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to ESM #128
Switch to ESM #128
Conversation
Do we need the typescript config file? |
ab8b77e
to
fefa574
Compare
Also can you update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- LGTM - 1 comment about adding a link to the comment I made about the proxy dispatcher use.
- Also not sure if you want to but might be handy to also add these placeholders in - DEFRA/cdp-node-frontend-template@41c05be
- And just to make sure - this builds and runs ok in docker?
src/helpers/ms-graph.js
Outdated
@@ -49,6 +49,7 @@ const msGraphPlugin = { | |||
baseUrl: azureClientBaseUrl, | |||
...(proxy && { | |||
fetchOptions: { | |||
// @ts-expect-error This is not typed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be worth adding this link in here - microsoftgraph/msgraph-sdk-javascript#1646 (comment)
|
||
startServer() | ||
await startServer() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
No description provided.