Skip to content

Commit 3329859

Browse files
committed
refactor(example): rename inline projects example
1 parent 020e0c8 commit 3329859

10 files changed

Lines changed: 40 additions & 40 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Rstack applies the shared app or library adapter to every inline project without
159159

160160
Run all projects with `rs test`, or select one with `rs test --project dom`.
161161

162-
See [`examples/app-react-ssr`](./examples/app-react-ssr) for a complete React SSR example.
162+
See [`examples/rstest-inline-projects`](./examples/rstest-inline-projects) for a complete React SSR example.
163163

164164
## Credits
165165

examples/documentation/docs/api/testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Run one project by name:
7373
rs test --project dom
7474
```
7575

76-
See [`examples/app-react-ssr`](https://github.com/rstackjs/rstack-cli/tree/main/examples/app-react-ssr) for a complete example that tests React server rendering in Node.js and client rendering in happy-dom.
76+
See [`examples/rstest-inline-projects`](https://github.com/rstackjs/rstack-cli/tree/main/examples/rstest-inline-projects) for a complete example that tests React server rendering in Node.js and client rendering in happy-dom.
7777

7878
## Custom `extends`
7979

examples/app-react-ssr/package.json renamed to examples/rstest-inline-projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@examples/app-react-ssr",
2+
"name": "@examples/rstest-inline-projects",
33
"private": true,
44
"type": "module",
55
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)