Skip to content

Commit 46590ea

Browse files
refactor(examples): rename database-conns to example-database-conns
Match the example-* directory naming convention used by every other example; the package name was already example-database-conns, so this aligns the directory with the package. Updates the workspace paths in the example README and the root README link. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2276c86 commit 46590ea

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following examples can be found in the examples directory:
2222
- [Fastify API Example](./examples/example-fastify-api/README.md)
2323
- [NestJS API Example](./examples/example-nestjs-api/README.md)
2424
- [Express Web App Example](./examples/example-express-web/README.md)
25-
- [Database Connections POC](./examples/database-conns/README.md) — internal live-tenant harness for `signUp` / `changePassword`
25+
- [Database Connections POC](./examples/example-database-conns/README.md) — internal live-tenant harness for `signUp` / `changePassword`
2626

2727
Before running the examples, you need to install the dependencies for the monorepo and build all the packages.
2828

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ This is a manual harness for live-tenant testing of `signUp` and `changePassword
2929

3030
4. Install the example dependencies:
3131
```bash
32-
npm install --workspace=examples/database-conns
32+
npm install --workspace=examples/example-database-conns
3333
```
3434

3535
## Running
3636

3737
```bash
38-
npm start --workspace=examples/database-conns
38+
npm start --workspace=examples/example-database-conns
3939
```
4040

4141
The app will start on the port specified in your `.env` (default: `http://localhost:3000`).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)