generate vercel into /api

This commit is contained in:
Pooya Parsa 2020-11-06 12:43:42 +01:00
parent c99abd06ab
commit 00ccbdcfd8
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ 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'
}) })