generate lock file

This commit is contained in:
themadbit
2025-11-04 12:03:50 +03:00
parent b2dda31c51
commit 86721d8877
2 changed files with 1873 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{
"lock": false,
"lock": true,
"tasks": {
"check": "deno fmt --check && deno lint && deno check .",
"cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -",