chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
const noBuild = false
|
||||
const dryRun = false
|
||||
const secrets = [] satisfies string[]
|
||||
const sourceMap = false
|
||||
const watch = true
|
||||
const verbose = false
|
||||
const confirm = true
|
||||
const json = false
|
||||
const allowDeprecated = false
|
||||
const isPublic = false
|
||||
const visibility = 'private' as const
|
||||
const minify = true
|
||||
const profile = undefined
|
||||
const url = undefined
|
||||
const bypassBreakingChangeDetection = false
|
||||
|
||||
export default {
|
||||
minify,
|
||||
noBuild,
|
||||
dryRun,
|
||||
secrets,
|
||||
sourceMap,
|
||||
watch,
|
||||
verbose,
|
||||
confirm,
|
||||
json,
|
||||
allowDeprecated,
|
||||
public: isPublic,
|
||||
visibility,
|
||||
profile,
|
||||
url,
|
||||
bypassBreakingChangeDetection,
|
||||
} as const
|
||||
Reference in New Issue
Block a user