From ea140356671f9dc878cc6a53d76451982e9a1b13 Mon Sep 17 00:00:00 2001 From: Brendan Irvine-Broque Date: Fri, 13 Dec 2024 15:58:09 -0800 Subject: [PATCH] Use --category web-framework in Pages Docs --- .../c3-run-command-pages-no-directory.mdx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/content/partials/workers/c3-run-command-pages-no-directory.mdx diff --git a/src/content/partials/workers/c3-run-command-pages-no-directory.mdx b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx new file mode 100644 index 00000000000000..57bb6d679a7e1d --- /dev/null +++ b/src/content/partials/workers/c3-run-command-pages-no-directory.mdx @@ -0,0 +1,21 @@ +--- +{} +--- + +import { TabItem, Tabs } from "~/components"; + + + +```sh +npm create cloudflare@latest -- --category web-framework +``` + + + + + +```sh +yarn create cloudflare@latest -- --category web-framework +``` + +