Skip to content

Commit

Permalink
feat: getting initialized routes (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilqa authored Feb 1, 2025
1 parent c716e67 commit 962d4b4
Show file tree
Hide file tree
Showing 16 changed files with 670 additions and 441 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Usage:
* [Usage guide](https://node-file-router.js.org/docs/usage-guide)
* [Configuration](https://node-file-router.js.org/docs/usage-guide#configuration)
* [Usage with Bun](https://node-file-router.js.org/docs/use-with-bun)
* [Get All Registered Routes](https://node-file-router.js.org/docs/usage-guide#get-all-registered-routes)

Methods routing:
* [Any method](https://node-file-router.js.org/docs/usage-guide#any-method)
Expand Down
2 changes: 1 addition & 1 deletion examples/web-socket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"node-file-router": "workspace:../../dist",
"ws": "8.16.0"
"ws": "8.18.0"
},
"devDependencies": {
"@types/node": "20.1.4",
Expand Down
199 changes: 112 additions & 87 deletions examples/web-socket/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-file-router",
"version": "0.7.0",
"version": "0.8.0",
"description": "A powerful file-based routing for Express.js, Bun, pure Node.js and more",
"scripts": {
"dev:sandbox": "tsnd examples/sandbox/server.ts",
Expand Down
Loading

0 comments on commit 962d4b4

Please sign in to comment.