Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadxp committed Aug 13, 2023
1 parent aaa79d3 commit 2fb62d7
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
{
"imports": {
"lume/": "https://deno.land/x/lume@v1.18.4/"
},
"lock": false,
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"deno.ns",
"deno.unstable"
]
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
"build": "deno task lume",
"serve": "deno task lume -s"
"serve": "deno task lume -s",
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -"
},
"imports": {
"lume/": "https://deno.land/x/lume@v1.18.4/"
"lint": {
"exclude": [
"./_site"
],
"rules": {
"tags": [
"recommended"
]
}
},
"fmt": {
"exclude": [
"./_site"
]
}
}
}

0 comments on commit 2fb62d7

Please sign in to comment.