Skip to content
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

Convert server.js to module.exports #35181

Merged
merged 4 commits into from Mar 9, 2022
Merged

Commits on Mar 9, 2022

  1. Convert server.js to module.exports

    It seems that when using middleware, server.js is getting imported and throwing the error: "SyntaxError: Unexpected token 'export'"
    ericponto committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ad738b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf2d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f2b749 View commit details
    Browse the repository at this point in the history
  4. lint-fix

    ijjk committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    4b342c8 View commit details
    Browse the repository at this point in the history