Nuxt/packages/nitro/src/presets/lambda.ts

8 lines
154 B
TypeScript
Raw Normal View History

2020-11-20 00:16:31 +00:00
2021-01-22 19:55:59 +00:00
import { NitroPreset } from '../context'
2020-11-20 00:16:31 +00:00
2021-01-22 19:55:59 +00:00
export const lambda: NitroPreset = {
2020-11-20 00:16:31 +00:00
entry: '{{ _internal.runtimeDir }}/entries/lambda',
externals: true
2020-11-20 00:16:31 +00:00
}