Skip to content

Commit

Permalink
lume upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboon committed Jun 12, 2024
1 parent f8fc3ce commit 5c6f129
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 4 deletions.
9 changes: 6 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
"jsxImportSource": "preact",
"types": [
"lume/types.ts"
]
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
"build": "deno task lume",
"serve": "deno task lume -s"
},
"imports": {
"lume/": "https://deno.land/x/lume@v2.0.3/",
"lume/": "https://deno.land/x/lume@v2.2.1/",
"deno/std/": "https://deno.land/std@0.198.0/",
"preact": "https://esm.sh/preact@10.17.0",
"preact/": "https://esm.sh/preact@10.17.0/",
Expand Down
Loading

0 comments on commit 5c6f129

Please sign in to comment.