Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsoft committed Oct 3, 2023
1 parent c36e784 commit 3cc9eb4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"imports": {
"webgen/": "https://raw.githubusercontent.com/lucsoft/WebGen/3af22e5/",
// "webgen/": "../WebGen/",
"std/": "https://deno.land/[email protected]/",
"shared": "./pages/shared/mod.ts"
},
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"deno.ns",
"deno.unstable"
]
},
"tasks": {
"start": "deno run -A serve.ts"
},
"lint": {
"files": {
"exclude": [
"dist"
]
"imports": {
"webgen/": "https://raw.githubusercontent.com/lucsoft/WebGen/a23b2fb/",
// "webgen/": "../WebGen/",
"std/": "https://deno.land/[email protected]/",
"shared": "./pages/shared/mod.ts"
},
"compilerOptions": {
"lib": [
"dom",
"dom.iterable",
"dom.asynciterable",
"deno.ns",
"deno.unstable"
]
},
"tasks": {
"start": "deno run -A serve.ts"
},
"lint": {
"files": {
"exclude": [
"dist"
]
}
}
}
}
}

0 comments on commit 3cc9eb4

Please sign in to comment.