mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-03 12:54:07 +00:00
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
|
|
||
|
import { SigmaPreset } from '../context'
|
||
|
|
||
|
export const lambda: SigmaPreset = {
|
||
|
entry: '{{ _internal.runtimeDir }}/entries/lambda',
|
||
|
inlineChunks: false
|
||
|
}
|