Add initial API documentation for Linsa API endpoints to docs/api.md

This commit is contained in:
Nikita
2025-12-28 11:45:07 -08:00
parent 3a2c78198a
commit c073fe6ee0
32 changed files with 4291 additions and 57 deletions

View File

@@ -362,6 +362,15 @@ description = "Start the web dev server on port 5613."
dependencies = ["node", "pnpm"]
shortcuts = ["d"]
[[tasks]]
name = "desktop"
command = """
pnpm --filter @linsa/desktop dev
"""
description = "Start the Electron desktop app (electron-vite dev)."
dependencies = ["node", "pnpm"]
shortcuts = ["desk"]
[[tasks]]
name = "deploy"
command = """