2026-03-25 21:09:38 +00:00
|
|
|
# Makes a request to localhost:8000/openapi.json and saves the result in ./src/lib/openapi.json
|
2026-04-17 06:42:34 +00:00
|
|
|
curl -o ./docs/openapi.json http://localhost:8000/openapi.json
|
2026-03-31 06:21:55 +00:00
|
|
|
pnpm openapi-ts:gen
|