From ffe1bfd54c2065fe718872f67e19e8a863c0bf22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 8 Aug 2024 17:54:39 +0100 Subject: 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 --- tests/registry/jsr/@std/http/meta.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/registry/jsr/@std/http/meta.json (limited to 'tests/registry/jsr/@std/http/meta.json') 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": {} + } +} -- cgit v1.2.3