3 lines
No EOL
181 B
Bash
3 lines
No EOL
181 B
Bash
# Makes a request to localhost:8000/openapi.json and saves the result in ./src/lib/openapi.json
|
|
curl -o ./src/lib/openapi.json http://localhost:8000/openapi.json
|
|
pnpm openapi-ts:gen |