kreteshq / kretes

A Programming Environment for TypeScript & Deno
https://kretes.dev/
Other
676 stars 35 forks source link

Server stop #84

Closed emilos closed 4 years ago

emilos commented 4 years ago

Context

I'm trying to use huncwot in feature specs. I run them in parallel and I want to have a fresh instance for every spec.

To achieve that, I need to have a way to control the lifecycle of the server.

tldr; start <-> stop