mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
7 lines
224 B
Bash
Executable File
7 lines
224 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
npx --yes openapi-typescript-codegen --input ../backend/windmill-api/openapi.yaml \
|
|
--output ./src --useOptions \
|
|
&& sed -i '213 i \\ request.referrerPolicy = \"no-referrer\"\n' src/core/request.ts
|