mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
refactor: simplify targets to node and worker
This commit is contained in:
parent
8f5534c90a
commit
f2d1064560
@ -5,7 +5,7 @@ import { tryImport, LIB_DIR } from './utils'
|
|||||||
|
|
||||||
export interface SLSOptions {
|
export interface SLSOptions {
|
||||||
node: false
|
node: false
|
||||||
target: 'vercel' | 'cloudflare' | 'node' | 'sw' | string
|
target: 'worker' | 'node' | string
|
||||||
entry: string
|
entry: string
|
||||||
outDir: string
|
outDir: string
|
||||||
slsDir: string
|
slsDir: string
|
||||||
|
Loading…
Reference in New Issue
Block a user