From 01f5a674e7e0cb76819b8f8bdf2952cfe84ca68d Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 4 Jun 2026 18:00:45 +0200 Subject: [PATCH] chore: update template:basic monorepo script --- README.md | 2 +- package.json | 2 +- packages/config/README.md | 2 +- packages/core/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c58c78..160759d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: _Back to the basics. Into the future._ diff --git a/package.json b/package.json index 5cf9ffb..e7d7a88 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:deps": "pnpm -F @mcflyjs/core build && pnpm -F @mcflyjs/config build", "build:site": "pnpm -F site build", "build:site:preview": "pnpm -F site build:preview", - "template:basic": "pnpm run build && pnpm -F basic-template start", + "template:basic": "pnpm run build && pnpm -F mcfly-basic start", "create:mcfly": "node ./packages/create-mcfly", "cli": "node ./packages/core/cli/index.js", "test": "vitest --run", diff --git a/packages/config/README.md b/packages/config/README.md index ead6bd1..dca0196 100644 --- a/packages/config/README.md +++ b/packages/config/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future. diff --git a/packages/core/README.md b/packages/core/README.md index ead6bd1..dca0196 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -21,7 +21,7 @@ I thought: - What if I knew how to write [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) and I can have a dynamic web page from that? - What if I knew how to build [custom elements](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements) and that's all the component system I needed? - What if I can write [HTML fragments](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) and [assemble them](https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_shadow_DOM) easily in a page? -- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://ayos.blog/places-in-the-web/)? +- What if I did not have to worry about the [ever-growing number of ways to have a place on the Web](https://v1.ayos.blog/places-in-the-web/)? **McFly** is my reimagination of web development: Back to the basics. Into the future.