mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
update vercel target
This commit is contained in:
parent
55f25aa884
commit
ffceb25ca2
@ -3,7 +3,9 @@ import { SLSTarget } from '../config'
|
||||
import { node } from './node'
|
||||
|
||||
export const vercel: SLSTarget = extendTarget(node, {
|
||||
targetDir: '{{ rootDir }}/api',
|
||||
targetDir: '{{ rootDir }}/.vercel_build_output/functions/node/_nuxt',
|
||||
outName: 'index.js',
|
||||
inlineChunks: false,
|
||||
generateIgnore: [
|
||||
'vercel.json'
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user