Strapi PM2 GraphQL Error

module.exports = ({ env }) => ({
host: env(‘HOST’, ‘0.0.0.0’),
port: env.int(‘PORT’, 1337),
});

This is my server.js file