mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add settings, tray and mongo launcher
This commit is contained in:
parent
2b2edf33d5
commit
e20a183e13
3 changed files with 6 additions and 0 deletions
2
dev_mongo.ps1
Normal file
2
dev_mongo.ps1
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\venv\Scripts\Activate.ps1
|
||||
python pype.py mongodb
|
||||
2
dev_settings.ps1
Normal file
2
dev_settings.ps1
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\venv\Scripts\Activate.ps1
|
||||
python pype.py settings --dev
|
||||
2
dev_tray.ps1
Normal file
2
dev_tray.ps1
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\venv\Scripts\Activate.ps1
|
||||
python pype.py tray --debug
|
||||
Loading…
Add table
Add a link
Reference in a new issue