diff --git a/apps/playground/app/api/hello/route.ts b/apps/playground/app/api/hello/route.ts deleted file mode 100644 index de70bac..0000000 --- a/apps/playground/app/api/hello/route.ts +++ /dev/null @@ -1,3 +0,0 @@ -export async function GET(request: Request) { - return new Response('Hello, from API!'); -} diff --git a/apps/playground/app/page.tsx b/apps/playground/app/page.tsx deleted file mode 100644 index a7c867c..0000000 --- a/apps/playground/app/page.tsx +++ /dev/null @@ -1,416 +0,0 @@ -import styles from './page.module.css'; - -export default async function Index() { - /* - * Replace the elements below with your own. - * - * Note: The corresponding styles are in the ./index.css file. - */ - return ( -
- You can activate distributed tasks executions and caching by - running: -
-nx connect-to-nx-cloud- - {' '} - What is Nx Cloud?{' '} - -
Here are some things you can do with Nx:
-- # Generate UI lib - nx g @nx/next:library ui - # Add a component - nx g @nx/next:component button --project=ui --
nx graph-
- # see what's been affected by changes - nx affected:graph - # run tests for current changes - nx affected:test - # run e2e tests for current changes - nx affected:e2e --
- Carefully crafted with - -
-