create-fusion-app/templates/basic/index.js (3 lines of code) (raw):

// @flow /* eslint-env node */ module.exports = async function getContext(ctx /*: any*/) { return ctx; };