All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql-nodejs-express-server.start.js Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
// Transpile all code following this line with babel and use 'env' (aka ES6) preset.
require('babel-register')({
    presets: ['env']
});

// Import the rest of our application.
module.exports = require('./server.js');




© 2015 - 2024 Weber Informatics LLC | Privacy Policy