Daniel Ledda 2ヶ月前
コミット
314ccaa677
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      deno.json

+ 1
- 1
deno.json ファイルの表示

@@ -1,7 +1,7 @@
{
"tasks": {
"start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts",
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts"
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts",
"install": "deno install --entrypoint deps.ts"
},
"fmt": {


読み込み中…
キャンセル
保存