UNPKG

itch-graphql

Version:

GraphQL server/types and resolvers for the itch.io API

7 lines (4 loc) 151 B
// Make a .env.local file and use it to load a testing token require('dotenv').config() const { server } = require('./index.js') server(3000, false)