Added workspace handling to live dev server

This commit is contained in:
2021-04-07 22:00:56 +02:00
parent 3ba5c10fad
commit 4009c93353
2 changed files with 15 additions and 5 deletions

View File

@@ -83,6 +83,10 @@ class LiveServerService(FileSystemEventHandler):
:param args:
:return:
"""
if self._build_settings.main == '':
Console.error('Project has no entry point.')
return
self._args = args
Console.write_line('** CPL live development server is running **')
self._start()