diff --git a/apps/3000-home/README.md b/apps/3000-home/README.md new file mode 100644 index 00000000000..bd79f1acc26 --- /dev/null +++ b/apps/3000-home/README.md @@ -0,0 +1,49 @@ +# 3000-home + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/3000-home/package.json b/apps/3000-home/package.json index 129a1d8c720..093d857a4ba 100644 --- a/apps/3000-home/package.json +++ b/apps/3000-home/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3000-home", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3000-home", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", diff --git a/apps/3001-shop/README.md b/apps/3001-shop/README.md new file mode 100644 index 00000000000..acfcf3a666d --- /dev/null +++ b/apps/3001-shop/README.md @@ -0,0 +1,49 @@ +# 3001-shop + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/3001-shop/package.json b/apps/3001-shop/package.json index 3ae66e1262e..20f3405f3dd 100644 --- a/apps/3001-shop/package.json +++ b/apps/3001-shop/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3001-shop", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3001-shop", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", diff --git a/apps/3002-checkout/README.md b/apps/3002-checkout/README.md new file mode 100644 index 00000000000..3a111de2095 --- /dev/null +++ b/apps/3002-checkout/README.md @@ -0,0 +1,49 @@ +# 3002-checkout + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/3002-checkout/package.json b/apps/3002-checkout/package.json index 354d65a5449..f801582b898 100644 --- a/apps/3002-checkout/package.json +++ b/apps/3002-checkout/package.json @@ -1,7 +1,7 @@ { "name": "@module-federation/3002-checkout", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for 3002-checkout", "dependencies": { "@ant-design/cssinjs": "^1.21.0", "antd": "5.19.1", diff --git a/apps/bundle-size/README.md b/apps/bundle-size/README.md new file mode 100644 index 00000000000..a16895eca74 --- /dev/null +++ b/apps/bundle-size/README.md @@ -0,0 +1,49 @@ +# bundle-size + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/bundle-size/package.json b/apps/bundle-size/package.json index 8f27fe64bde..47cf0a1297a 100644 --- a/apps/bundle-size/package.json +++ b/apps/bundle-size/package.json @@ -1,6 +1,6 @@ { "name": "bundle-size", - "private": true, + "private": true, "description": "Federation example for bundle-size", "version": "0.1.1", "devDependencies": { "@module-federation/core": "workspace:*", diff --git a/apps/esbuild/README.md b/apps/esbuild/README.md new file mode 100644 index 00000000000..cec5259d122 --- /dev/null +++ b/apps/esbuild/README.md @@ -0,0 +1,49 @@ +# esbuild + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/esbuild/package.json b/apps/esbuild/package.json index 64c4e7aaa86..3a7701ec9d1 100644 --- a/apps/esbuild/package.json +++ b/apps/esbuild/package.json @@ -1,6 +1,6 @@ { "name": "federation-demo1", - "private": true, + "private": true, "description": "Federation example for esbuild", "version": "1.0.0", "description": "", "main": "index.js", diff --git a/apps/node-dynamic-remote-new-version/README.md b/apps/node-dynamic-remote-new-version/README.md new file mode 100644 index 00000000000..d577dc86607 --- /dev/null +++ b/apps/node-dynamic-remote-new-version/README.md @@ -0,0 +1,49 @@ +# node-dynamic-remote-new-version + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-dynamic-remote-new-version/package.json b/apps/node-dynamic-remote-new-version/package.json index fde18ce9625..15324bfccc1 100644 --- a/apps/node-dynamic-remote-new-version/package.json +++ b/apps/node-dynamic-remote-new-version/package.json @@ -1,6 +1,6 @@ { "name": "node-dynamic-remote-new-version", - "private": true, + "private": true, "description": "Federation example for node-dynamic-remote-new-version", "dependencies": { "@module-federation/node": "workspace:*", "lodash": "4.17.23" diff --git a/apps/node-dynamic-remote/README.md b/apps/node-dynamic-remote/README.md new file mode 100644 index 00000000000..a4ca0344b00 --- /dev/null +++ b/apps/node-dynamic-remote/README.md @@ -0,0 +1,49 @@ +# node-dynamic-remote + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-dynamic-remote/package.json b/apps/node-dynamic-remote/package.json index 437a5ee1d4c..5c0770c3b95 100644 --- a/apps/node-dynamic-remote/package.json +++ b/apps/node-dynamic-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-dynamic-remote", - "private": true, + "private": true, "description": "Federation example for node-dynamic-remote", "dependencies": { "@module-federation/node": "workspace:*", "lodash": "4.17.23" diff --git a/apps/node-host-e2e/README.md b/apps/node-host-e2e/README.md new file mode 100644 index 00000000000..9e926a328ba --- /dev/null +++ b/apps/node-host-e2e/README.md @@ -0,0 +1,49 @@ +# node-host-e2e + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-host-e2e/package.json b/apps/node-host-e2e/package.json index ba3a2858762..56cc31b2b89 100644 --- a/apps/node-host-e2e/package.json +++ b/apps/node-host-e2e/package.json @@ -1,6 +1,6 @@ { "name": "node-host-e2e", - "private": true, + "private": true, "description": "Federation example for node-host-e2e", "dependencies": { "@module-federation/node": "workspace:*" } diff --git a/apps/node-host/README.md b/apps/node-host/README.md new file mode 100644 index 00000000000..d589c53bcc6 --- /dev/null +++ b/apps/node-host/README.md @@ -0,0 +1,49 @@ +# node-host + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-host/package.json b/apps/node-host/package.json index 7d355be7cec..0ee36dc1bf7 100644 --- a/apps/node-host/package.json +++ b/apps/node-host/package.json @@ -1,6 +1,6 @@ { "name": "node-host", - "private": true, + "private": true, "description": "Federation example for node-host", "dependencies": { "@module-federation/node": "workspace:*", "@module-federation/enhanced": "workspace:*", diff --git a/apps/node-local-remote/README.md b/apps/node-local-remote/README.md new file mode 100644 index 00000000000..0dbbb260086 --- /dev/null +++ b/apps/node-local-remote/README.md @@ -0,0 +1,49 @@ +# node-local-remote + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-local-remote/package.json b/apps/node-local-remote/package.json index 603cec34111..b1679e7cfe3 100644 --- a/apps/node-local-remote/package.json +++ b/apps/node-local-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-local-remote", - "private": true, + "private": true, "description": "Federation example for node-local-remote", "dependencies": { "@module-federation/enhanced": "workspace:*", "@module-federation/node": "workspace:*" diff --git a/apps/node-remote/README.md b/apps/node-remote/README.md new file mode 100644 index 00000000000..1464bf7c436 --- /dev/null +++ b/apps/node-remote/README.md @@ -0,0 +1,49 @@ +# node-remote + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/node-remote/package.json b/apps/node-remote/package.json index cec7fc9b5ee..4501630422b 100644 --- a/apps/node-remote/package.json +++ b/apps/node-remote/package.json @@ -1,6 +1,6 @@ { "name": "node-remote", - "private": true, + "private": true, "description": "Federation example for node-remote", "dependencies": { "@module-federation/enhanced": "workspace:*", "@module-federation/rsbuild-plugin": "workspace:*", diff --git a/apps/react-ts-host/README.md b/apps/react-ts-host/README.md new file mode 100644 index 00000000000..cfc6659cc1b --- /dev/null +++ b/apps/react-ts-host/README.md @@ -0,0 +1,49 @@ +# react-ts-host + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/react-ts-host/package.json b/apps/react-ts-host/package.json index cb4840fcddc..3c5b3253f89 100644 --- a/apps/react-ts-host/package.json +++ b/apps/react-ts-host/package.json @@ -1,7 +1,7 @@ { "name": "react-ts-host", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for react-ts-host", "dependencies": { "react": "18.3.1", "react-dom": "18.3.1", diff --git a/apps/react-ts-nested-remote/README.md b/apps/react-ts-nested-remote/README.md new file mode 100644 index 00000000000..eda1bccedda --- /dev/null +++ b/apps/react-ts-nested-remote/README.md @@ -0,0 +1,49 @@ +# react-ts-nested-remote + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/react-ts-nested-remote/package.json b/apps/react-ts-nested-remote/package.json index 9234c3f46c9..1f57adfefad 100644 --- a/apps/react-ts-nested-remote/package.json +++ b/apps/react-ts-nested-remote/package.json @@ -1,6 +1,6 @@ { "name": "react-ts-nested-remote", - "private": true, + "private": true, "description": "Federation example for react-ts-nested-remote", "version": "1.0.0", "dependencies": { "react": "18.3.1", diff --git a/apps/react-ts-remote/README.md b/apps/react-ts-remote/README.md new file mode 100644 index 00000000000..a42f9bffe58 --- /dev/null +++ b/apps/react-ts-remote/README.md @@ -0,0 +1,49 @@ +# react-ts-remote + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/react-ts-remote/package.json b/apps/react-ts-remote/package.json index df9cadddd9e..e4d8cb9b924 100644 --- a/apps/react-ts-remote/package.json +++ b/apps/react-ts-remote/package.json @@ -1,6 +1,6 @@ { "name": "react-ts-remote", - "private": true, + "private": true, "description": "Federation example for react-ts-remote", "version": "1.0.0", "dependencies": { "react": "18.3.1", diff --git a/apps/reactRemoteUI/README.md b/apps/reactRemoteUI/README.md new file mode 100644 index 00000000000..a0ab6939caf --- /dev/null +++ b/apps/reactRemoteUI/README.md @@ -0,0 +1,49 @@ +# reactRemoteUI + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/reactRemoteUI/package.json b/apps/reactRemoteUI/package.json index aaca4c2f520..c3aaebe51ec 100644 --- a/apps/reactRemoteUI/package.json +++ b/apps/reactRemoteUI/package.json @@ -1,7 +1,7 @@ { "name": "react-remote-ui", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for reactRemoteUI", "devDependencies": { "@module-federation/utilities": "workspace:*", "@module-federation/storybook-addon": "workspace:*", diff --git a/apps/reactStorybook/README.md b/apps/reactStorybook/README.md new file mode 100644 index 00000000000..cbaf2f0b6b4 --- /dev/null +++ b/apps/reactStorybook/README.md @@ -0,0 +1,49 @@ +# reactStorybook + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/reactStorybook/package.json b/apps/reactStorybook/package.json index 5caca4b7b14..d372ed7831c 100644 --- a/apps/reactStorybook/package.json +++ b/apps/reactStorybook/package.json @@ -1,7 +1,7 @@ { "name": "react-storybook", "version": "1.0.0", - "private": true, + "private": true, "description": "Federation example for reactStorybook", "devDependencies": { "@module-federation/utilities": "workspace:*", "@module-federation/storybook-addon": "workspace:*", diff --git a/apps/website-new/README.md b/apps/website-new/README.md new file mode 100644 index 00000000000..7282d93c63e --- /dev/null +++ b/apps/website-new/README.md @@ -0,0 +1,49 @@ +# website-new + +This is the example application for Module Federation core. + + +## Description + +This package demonstrates a specific use case of Module Federation within the ecosystem. + +## Features + +- Remote loading +- Shared dependencies +- Type safety + +## Installation + +```bash +pnpm install +``` + +## Scripts + +- `pnpm start`: Start dev server +- `pnpm build`: Build production bundle + +## Usage + +Run the development server and navigate to the provided localhost URL. + +## Build + +Output will be located in the `dist` or `.next` folder. + +## Configuration + +Check `webpack.config.js` or `next.config.js` for federation settings. + +## Links + +- [Module Federation Docs](https://module-federation.io/) + +## Troubleshooting + +Clear `.nx` cache if you encounter unexpected build issues. + +--- + +*Optimized by Aiden* \ No newline at end of file diff --git a/apps/website-new/package.json b/apps/website-new/package.json index 321aa5d402d..c89f21c9cc7 100644 --- a/apps/website-new/package.json +++ b/apps/website-new/package.json @@ -1,7 +1,7 @@ { "name": "website-new", "version": "1.3.14", - "private": true, + "private": true, "description": "Federation example for website-new", "scripts": { "dev": "rspress dev", "build": "rspress build",