diff options
| author | Mole Shang <135e2@135e2.dev> | 2025-12-25 15:06:06 +0800 |
|---|---|---|
| committer | Mole Shang <135e2@135e2.dev> | 2025-12-25 15:06:06 +0800 |
| commit | b9f1cd60d9ab1b3b5502908d3cddd023bce4e950 (patch) | |
| tree | 0a0179870674f101111f3bf69cf5ee9a14855bd7 /deno.json | |
| parent | e11bbc6c26d78cd5076268a4538f750f92b2596c (diff) | |
| download | seu_wlan_login-b9f1cd60d9ab1b3b5502908d3cddd023bce4e950.tar.gz seu_wlan_login-b9f1cd60d9ab1b3b5502908d3cddd023bce4e950.tar.bz2 seu_wlan_login-b9f1cd60d9ab1b3b5502908d3cddd023bce4e950.zip | |
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,12 +1,12 @@ { "imports": { "lodash": "https://esm.sh/lodash@4.17.21", - "flags/": "https://deno.land/std/flags/", - "path/": "https://deno.land/std/path/", + "path": "jsr:@std/path", + "parse-args": "jsr:@std/cli/parse-args", "./": "./" - } + }, "tasks": { - "start": "deno run --allow-net --allow-read --allow-sys index.js" - "compile": "deno compile --allow-net --allow-read --allow-sys index.js -- --is_compiled_binary" + "start": "deno run --allow-net --allow-read --allow-sys index.js", + "compile": "deno compile --allow-net --allow-read --allow-sys index.js --is_compiled_binary" } } |
