Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Oct 31, 2024
1 parent d9cdf54 commit 8a26ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
"lume/cms/": "lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected]/"
},
"tasks": {
"lume": "export TZ='Asia/Tokyo' && echo \"import 'lume/cli.ts'\" | deno run -A -",
Expand Down

0 comments on commit 8a26ada

Please sign in to comment.