Skip to content

Commit

Permalink
fix: remove lock option from init as it's the default (#2570)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Jul 3, 2024
1 parent 6be6435 commit e33915b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ if (Deno.args.includes("build")) {
tags: ["fresh", "recommended"],
},
},
lock: true,
exclude: ["**/_fresh/*"],
imports: {
"fresh": `jsr:@fresh/core@^${FRESH_VERSION}`,
Expand Down

0 comments on commit e33915b

Please sign in to comment.