index
:
135e2/seu_wlan_login.git
SEU campus network login script
135e2
log msg
author
committer
range
master
summary
refs
log
tree
commit
diff
path:
root
/
deno.json
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'deno.json')
-rw-r--r--
deno.json
1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno.json b/deno.json
index 71d7f77..e21a93b 100644
--- a/
deno.json
+++ b/
deno.json
@@ -5,5 +5,6 @@
}
"tasks": {
"start": "deno run --allow-net --allow-read --allow-sys index.js"
+ "compile": "deno compile --allow-net --allow-read --allow-sys index.js"
}
}