This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-lambda-builder/__tests__/shared-fixtures/built-artifact/pages/index.js

5 lines
84 B
JavaScript

module.exports = {
render: (req, res) => {
res.end('pages/index.js');
},
};