runkit
Introduction
Usage
const { route } = require('light');
process.env.LIGHT_ENV = 'runkit';
const { handler } = route();
module.exports = handler(() => {
return {
hello: 'world',
};
});Last updated
Was this helpful?