mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +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'
|
import { node } from './node'
|
||||||
|
|
||||||
export const vercel: SLSTarget = extendTarget(node, {
|
export const vercel: SLSTarget = extendTarget(node, {
|
||||||
targetDir: '{{ rootDir }}/api',
|
targetDir: '{{ rootDir }}/.vercel_build_output/functions/node/_nuxt',
|
||||||
|
outName: 'index.js',
|
||||||
|
inlineChunks: false,
|
||||||
generateIgnore: [
|
generateIgnore: [
|
||||||
'vercel.json'
|
'vercel.json'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user