mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
fix: add setState, getState to client
This commit is contained in:
@@ -6,4 +6,4 @@ npx --yes openapi-typescript-codegen --input ../backend/windmill-api/openapi.yam
|
||||
&& sed -i '213 i \\ request.referrerPolicy = \"no-referrer\"\n' src/core/request.ts
|
||||
|
||||
cp client.ts src/
|
||||
echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls } from "./client";' >> src/index.ts
|
||||
echo 'export { setClient, getVariable, setVariable, getResource, setResource, getResumeUrls, setState, getState } from "./client";' >> src/index.ts
|
||||
Reference in New Issue
Block a user