aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-11 12:10:06 +0900
committernsfisis <nsfisis@gmail.com>2024-08-11 12:32:28 +0900
commit729bd4e58ebfc1a46fa69f09179effe83b5b28cb (patch)
tree83f34ff1d38dcdb0dc45076910867aad757028ee /frontend
parentc702d665a4ea3ea17005d4122fbd2a41180d5e6a (diff)
downloadiosdc-japan-2025-albatross-729bd4e58ebfc1a46fa69f09179effe83b5b28cb.tar.gz
iosdc-japan-2025-albatross-729bd4e58ebfc1a46fa69f09179effe83b5b28cb.tar.zst
iosdc-japan-2025-albatross-729bd4e58ebfc1a46fa69f09179effe83b5b28cb.zip
refactor: move openapi.yaml to openapi/
Diffstat (limited to 'frontend')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 4c630a0..b8b9e93 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -10,7 +10,7 @@
"check:eslint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"check:ts": "tsc",
"dev": "remix vite:dev",
- "openapi-typescript": "openapi-typescript --output ./app/.server/api/schema.d.ts ../openapi.yaml",
+ "openapi-typescript": "openapi-typescript --output ./app/.server/api/schema.d.ts ../openapi/api-server.yaml",
"start": "remix-serve ./build/server/index.js"
},
"dependencies": {