-
- This application doesn't have a UI, just a single api route (running in the node.js
{" "}
- runtime):
-
- /api/hello
-
-
-
- );
-}
diff --git a/examples/api/.dev.vars b/examples/playground/.dev.vars
similarity index 100%
rename from examples/api/.dev.vars
rename to examples/playground/.dev.vars
diff --git a/examples/api/.env.development b/examples/playground/.env.development
similarity index 100%
rename from examples/api/.env.development
rename to examples/playground/.env.development
diff --git a/examples/api/.gitignore b/examples/playground/.gitignore
similarity index 100%
rename from examples/api/.gitignore
rename to examples/playground/.gitignore
diff --git a/examples/api/README.md b/examples/playground/README.md
similarity index 100%
rename from examples/api/README.md
rename to examples/playground/README.md
diff --git a/examples/api/app/api/buildid/route.ts b/examples/playground/app/api/buildid/route.ts
similarity index 100%
rename from examples/api/app/api/buildid/route.ts
rename to examples/playground/app/api/buildid/route.ts
diff --git a/examples/api/app/api/env/route.ts b/examples/playground/app/api/env/route.ts
similarity index 100%
rename from examples/api/app/api/env/route.ts
rename to examples/playground/app/api/env/route.ts
diff --git a/examples/api/app/api/hello/route.ts b/examples/playground/app/api/hello/route.ts
similarity index 100%
rename from examples/api/app/api/hello/route.ts
rename to examples/playground/app/api/hello/route.ts
diff --git a/examples/api/app/api/request/route.ts b/examples/playground/app/api/request/route.ts
similarity index 100%
rename from examples/api/app/api/request/route.ts
rename to examples/playground/app/api/request/route.ts
diff --git a/examples/api/app/layout.js b/examples/playground/app/layout.js
similarity index 100%
rename from examples/api/app/layout.js
rename to examples/playground/app/layout.js
diff --git a/examples/api/app/og/route.tsx b/examples/playground/app/og/route.tsx
similarity index 100%
rename from examples/api/app/og/route.tsx
rename to examples/playground/app/og/route.tsx
diff --git a/examples/playground/app/page.js b/examples/playground/app/page.js
new file mode 100644
index 00000000..26ca4cad
--- /dev/null
+++ b/examples/playground/app/page.js
@@ -0,0 +1,7 @@
+export default function Home() {
+ return (
+