-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
"build": "next build", | ||
"start": "next start", | ||
"lint": "eslint .", | ||
"crawl": "tsx --tsconfig tsconfig-crawl.json crawl/index.ts", | ||
"crawl:dev": "tsx --tsconfig tsconfig-crawl.json crawl/playground.ts", | ||
"crawl:dry": "DRY_RUN=1 pnpm crawl" | ||
"crawl": "bun run crawl/index.ts", | ||
"crawl:dev": "bun crawl/playground.ts", | ||
"crawl:dry": "DRY_RUN=1 bun run crawl" | ||
}, | ||
"author": "Jens Ochsenmeier <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -63,7 +63,6 @@ | |
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"swagger-ui-react": "^5.17.14", | ||
"tsx": "^4.19.0", | ||
"unzip-stream": "^0.3.4", | ||
"zod": "^3.23.8", | ||
"zod-to-json-schema": "^3.23.2" | ||
|
This file was deleted.
Oops, something went wrong.