mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
Add initial API documentation for Linsa API endpoints to docs/api.md
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user