chore(config): 🔧 Update app metadata in app.manifest.yaml with version, dependencies, and platform configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
014d4fa824
commit
25012bff75
1 changed files with 6 additions and 6 deletions
|
|
@ -15,10 +15,10 @@ platforms:
|
|||
port: 3710
|
||||
api-port: 5700
|
||||
install:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./run dev:all
|
||||
setup:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./run db:reseed
|
||||
status:
|
||||
command: "systemctl --user is-active life-platform-daemon"
|
||||
|
|
@ -36,10 +36,10 @@ platforms:
|
|||
systemdUnit: life-platform-api.service
|
||||
port: 3700
|
||||
install:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./scripts/prod.sh release --target black
|
||||
setup:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./scripts/prod.sh setup --target black
|
||||
status:
|
||||
command: "systemctl --user is-active life-platform-api"
|
||||
|
|
@ -57,10 +57,10 @@ platforms:
|
|||
launch-agent: ~/Library/LaunchAgents/com.lilith.life-platform-tray.plist
|
||||
entrypoint: ~/.local/share/life-platform-tray/tray-remote.py
|
||||
install:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./install-macos
|
||||
setup:
|
||||
path: ~/Code/@projects/@life/life-platform
|
||||
path: ~/Code/@projects/@life
|
||||
script: ./setup-macos
|
||||
status:
|
||||
command: "launchctl list | grep com.lilith.life-platform-tray"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue