mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 16:42:04 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
export default {
|
|
lock: {
|
|
type: 'boolean',
|
|
default: true,
|
|
description: 'Do not set a lock on the project when building'
|
|
}
|
|
}
|