summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-09-03 21:57:13 +0800
committerMole Shang <[email protected]>2023-09-03 21:57:13 +0800
commitd4945b9827754368dfea0a8e7af2db08c3a617cf (patch)
tree3606b7fd741429907a8d7a1a1d910590f95da121
parentf2217046864759033a5936762da8ded3eb8627ea (diff)
downloadseu_wlan_login-d4945b9827754368dfea0a8e7af2db08c3a617cf.tar.gz
seu_wlan_login-d4945b9827754368dfea0a8e7af2db08c3a617cf.tar.bz2
seu_wlan_login-d4945b9827754368dfea0a8e7af2db08c3a617cf.zip
add start task
-rw-r--r--deno.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/deno.json b/deno.json
index 657ca18..71d7f77 100644
--- a/deno.json
+++ b/deno.json
@@ -3,4 +3,7 @@
"lodash": "https://esm.sh/[email protected]",
"./": "./"
}
+ "tasks": {
+ "start": "deno run --allow-net --allow-read --allow-sys index.js"
+ }
}