Skip to content

Commit cd2f767

Browse files
committed
fix(ci): remove examples folder that broke pnpm lockfile
The examples/ folder had its own package.json files which pnpm detected as workspace projects, causing CI to fail with frozen-lockfile error. Removed examples for now - can be added later as a separate repo or with proper workspace exclusion.
1 parent 22ea927 commit cd2f767

9 files changed

Lines changed: 0 additions & 188 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Multi-framework rate limiting for JavaScript/TypeScript.
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

1212
<p align="center">
13-
<a href="https://stackblitz.com/github/rokasta12/ratelimit/tree/main/examples/hono-basic?file=src%2Findex.ts">Try it online</a>
14-
&nbsp;&bull;&nbsp;
1513
<a href="https://rokasta12.github.io/ratelimit/">Documentation</a>
1614
</p>
1715

examples/express-basic/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/express-basic/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/express-basic/src/index.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/express-basic/tsconfig.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/hono-basic/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/hono-basic/package.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

examples/hono-basic/src/index.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

examples/hono-basic/tsconfig.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)