diff options
| author | xuatz <xzlow10@gmail.com> | 2025-05-19 00:18:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-18 16:18:58 +0100 |
| commit | 4e06ea7bdbaaa196da5c3e2a755aeefb25cf4228 (patch) | |
| tree | 1f9aab52078eaa485430cfc6e514c655da122ea5 /.prettierignore | |
| parent | 70d572096706cb2d7f5d3f29b51e6ba1d86578c6 (diff) | |
| download | karakeep-4e06ea7bdbaaa196da5c3e2a755aeefb25cf4228.tar.zst | |
feat(api): enable ?sortOrder= for relevant resources (#1398)
* feat(api): enable `?sortOrder=` for relevant resources
* fix tests
Diffstat (limited to '')
| -rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 0acd8bfc..b9bf8b46 100644 --- a/.prettierignore +++ b/.prettierignore @@ -10,6 +10,7 @@ dist .env .env.* **/migrations/** +packages/open-api/karakeep-openapi-spec.json # Ignore files for PNPM, NPM and YARN pnpm-lock.yaml |
