浏览代码

json

master
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": {


正在加载...
取消
保存