diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-07-12 22:51:40 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-07-12 22:51:40 +0200 |
| commit | 145be2b3c92e254904d4040850e3c1e9b6a66f32 (patch) | |
| tree | b7dccee6e8fdbf3d7aafdcf40bfe99c1d237f1a0 /client/package.json | |
| parent | a7dcb397f7aa4f4ec5ad0f5b572b331f9d0f8270 (diff) | |
fixup! client: Add openapi-typescript and generated schema from openapi spec of server
Diffstat (limited to 'client/package.json')
| -rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 21be173..b9f228b 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "format": "prettier --write .", "lint": "prettier --check . && eslint .", - "openapi": "openapi-typescript http://127.0.0.1:8000/openapi/openapi.json -o api/schema.d.ts" + "openapi": "openapi-typescript http://127.0.0.1:8000/openapi/openapi.json -o src/lib/api/schema.d.ts" }, "devDependencies": { "@eslint/compat": "^1.3.1", |
