Skip to content

Commit

Permalink
chore: add deno config
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed May 9, 2024
1 parent c7ee08c commit 51b7e93
Show file tree
Hide file tree
Showing 2 changed files with 960 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"tasks": {
"testing": "deno run --allow-net --allow-read --allow-env --allow-sys --watch app/mod.ts serve",
"build": "deno run --allow-net --allow-read --allow-env --allow-sys --allow-write=.pages app/mod.ts build",
"fmt": "deno run --allow-read --allow-env --allow-sys --allow-write=styles app/fmt.ts",
"fmt:check": "deno run --allow-read --allow-env --allow-sys --allow-write=styles app/fmt.ts --check",
},
"fmt": {
"semiColons": false,
"exclude": [
"coverage"
]
}
}
Loading

0 comments on commit 51b7e93

Please sign in to comment.