feat: edit volume

This commit is contained in:
Nicolas Meienberger
2025-09-03 21:42:18 +02:00
parent ca4bd4a619
commit 91020e6f23
17 changed files with 790 additions and 319 deletions

View File

@@ -6,9 +6,5 @@ export default defineConfig({
path: "./apps/client/app/api-client",
format: "biome",
},
plugins: [
...defaultPlugins,
"@tanstack/react-query",
"@hey-api/client-fetch",
],
plugins: [...defaultPlugins, "@tanstack/react-query", "@hey-api/client-fetch"],
});