Skip to content

Commit

Permalink
add lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed May 6, 2024
1 parent 5a76d29 commit bb1021d
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 201 deletions.
2 changes: 1 addition & 1 deletion www/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"build": "deno run -A dev.ts build",
"preview": "deno run -A main.ts"
},
"lock": false,
"lock": true,
"compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" },
"imports": {
"$fresh/": "https://deno.land/x/[email protected]/",
Expand Down
Loading

0 comments on commit bb1021d

Please sign in to comment.