fix: npm -> pnpm

This commit is contained in:
2026-07-17 18:04:30 +02:00
parent c06b184a2d
commit 0de8143aa3
6 changed files with 3179 additions and 7826 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { defineConfig } from "@hey-api/openapi-ts";
// Reads the schema from the running dev server: start `make run` first, then
// `npm run generate:api` (or `make api-client`) after changing tracker/api.py.
// `pnpm run generate:api` (or `make api-client`) after changing tracker/api.py.
export default defineConfig({
input: "http://127.0.0.1:8000/api/openapi.json",
output: "src/api",
-7811
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -3,6 +3,10 @@
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": ["esbuild"]
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && tsc -p tsconfig.sw.json && vite build",
+3168 -8
View File
File diff suppressed because it is too large Load Diff