Skip to content

Conversation

b1ff
Copy link
Contributor

@b1ff b1ff commented Apr 7, 2022

No description provided.

@@ -25,7 +25,7 @@ export default async (withAuth: boolean = true) => {

app.get('/ping', pong);

app.use('/', serveStatic('client/dist'));
app.use('/', serveStatic('client/dist') as any);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "as any" used as a temporary solution?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, types are not compatible unfortunately

@b1ff b1ff merged commit 9f0969a into master Apr 11, 2022
@b1ff b1ff deleted the feature/update-nodejs16 branch April 11, 2022 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants