mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #805 from pypeclub/feature/add_launchers_development
add settings, tray and mongo launcher
This commit is contained in:
commit
b333fa6a36
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