mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 05:51:18 +00:00
dev: add gitpod automation task to setup nvim
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
tasks:
|
||||||
|
editor-setup:
|
||||||
|
name: Editor Setup
|
||||||
|
description: Install nvim plugins and Mason LSP tools after dotfiles are applied
|
||||||
|
command: |
|
||||||
|
rm -f ~/.local/share/nvim/mason/.lockfile
|
||||||
|
./scripts/editor-setup.sh
|
||||||
|
triggeredBy:
|
||||||
|
- postDevcontainerStart
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bun-install:
|
bun-install:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
@@ -19,7 +29,7 @@ services:
|
|||||||
fi
|
fi
|
||||||
triggeredBy:
|
triggeredBy:
|
||||||
- postEnvironmentStart
|
- postEnvironmentStart
|
||||||
|
|
||||||
bun-dev:
|
bun-dev:
|
||||||
name: Bun Development Server
|
name: Bun Development Server
|
||||||
description: Runs the Bun development server with hot reloading
|
description: Runs the Bun development server with hot reloading
|
||||||
@@ -43,7 +53,7 @@ services:
|
|||||||
pkill -f "bun.*dev"
|
pkill -f "bun.*dev"
|
||||||
triggeredBy:
|
triggeredBy:
|
||||||
- postEnvironmentStart
|
- postEnvironmentStart
|
||||||
|
|
||||||
convex-dev:
|
convex-dev:
|
||||||
name: Convex Development Server
|
name: Convex Development Server
|
||||||
description: Runs the Convex development server for backend functions
|
description: Runs the Convex development server for backend functions
|
||||||
|
|||||||
Reference in New Issue
Block a user