MCPcopy
hub / github.com/apache/caldera / start_vue_dev_server

Function start_vue_dev_server

server.py:143–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141
142
143async def start_vue_dev_server():
144 await asyncio.create_subprocess_shell(
145 "npm run dev", stdout=sys.stdout, stderr=sys.stderr, cwd=MAGMA_PATH
146 )
147 logging.info("VueJS development server is live.")
148
149
150def _get_parser():

Callers 1

run_tasksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected