diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-08 17:54:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-08 16:54:39 +0000 |
| commit | ffe1bfd54c2065fe718872f67e19e8a863c0bf22 (patch) | |
| tree | cf315d0c24fd72afd7957622008e7c1893d68ab8 /tests/registry/jsr/@std/http/meta.json | |
| parent | 3f692bed0a62de79895ea3373b9004fd6a542035 (diff) | |
feat: `deno init --serve` (#24897)
This commit adds "--serve" flag to "deno init" subcommand,
that provides a template for quick starting a project using
"deno serve".
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/registry/jsr/@std/http/meta.json')
| -rw-r--r-- | tests/registry/jsr/@std/http/meta.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/registry/jsr/@std/http/meta.json b/tests/registry/jsr/@std/http/meta.json new file mode 100644 index 000000000..a10332638 --- /dev/null +++ b/tests/registry/jsr/@std/http/meta.json @@ -0,0 +1,8 @@ +{ + "scope": "std", + "name": "http", + "latest": "1.0.0", + "versions": { + "1.0.0": {} + } +} |
