mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-22 18:29:26 +00:00
feature: deno config: add
This commit is contained in:
parent
ab20a462db
commit
dfcd655780
2 changed files with 15 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ now.json
|
|||
app.json
|
||||
bower.json
|
||||
manifest.yml
|
||||
deno.json
|
||||
|
||||
bin/release.mjs
|
||||
|
||||
|
|
|
|||
14
deno.json
Normal file
14
deno.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"tasks": {
|
||||
"start": "deno run -P=cloudcmd bin/cloudcmd.mjs"
|
||||
},
|
||||
"permissions": {
|
||||
"cloudcmd": {
|
||||
"env": true,
|
||||
"read": true,
|
||||
"sys": true,
|
||||
"net": true,
|
||||
"run": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue