summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-07-12 22:51:40 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-07-12 22:51:40 +0200
commit145be2b3c92e254904d4040850e3c1e9b6a66f32 (patch)
treeb7dccee6e8fdbf3d7aafdcf40bfe99c1d237f1a0 /client/package.json
parenta7dcb397f7aa4f4ec5ad0f5b572b331f9d0f8270 (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.json2
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",