mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 05:25:11 +00:00
Move webide and terminado event handlers to lib/tfw/components
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
[program:event_handler_main]
|
||||
directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s
|
||||
directory=%(ENV_TFW_APP_DIR)s
|
||||
command=env python event_handler_main.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
[program:terminado]
|
||||
directory=%(ENV_TFW_TERMINADO_DIR)s
|
||||
command=env python server.py
|
||||
command=env python terminado_mini_server.py
|
||||
autostart=false
|
||||
|
Reference in New Issue
Block a user