mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +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 {
|
||||
node: false
|
||||
target: 'vercel' | 'cloudflare' | 'node' | 'sw' | string
|
||||
target: 'worker' | 'node' | string
|
||||
entry: string
|
||||
outDir: string
|
||||
slsDir: string
|
||||
|
Loading…
Reference in New Issue
Block a user