Skip to content

Commit f809181

Browse files
committed
chore(lockfile): drop unused export on isLockWriteEnabled (knip)
1 parent 4617d43 commit f809181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nuxi/src/utils/lockfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function isLockEnabled(): boolean {
103103
* server and reuse its prepared `.nuxt`. This is intentionally broader than
104104
* {@link isLockEnabled}, which only governs conflict *enforcement*.
105105
*/
106-
export function isLockWriteEnabled(): boolean {
106+
function isLockWriteEnabled(): boolean {
107107
return !process.env.NUXT_IGNORE_LOCK
108108
}
109109

0 commit comments

Comments
 (0)