Skip to content

Commit dfcd655

Browse files
committed
feature: deno config: add
1 parent ab20a46 commit dfcd655

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ now.json
1818
app.json
1919
bower.json
2020
manifest.yml
21+
deno.json
2122

2223
bin/release.mjs
2324

deno.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"tasks": {
3+
"start": "deno run -P=cloudcmd bin/cloudcmd.mjs"
4+
},
5+
"permissions": {
6+
"cloudcmd": {
7+
"env": true,
8+
"read": true,
9+
"sys": true,
10+
"net": true,
11+
"run": true
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)