chore: Remove todo.

This commit is contained in:
Gervwyk 2022-01-24 09:54:32 +02:00
parent a1c369c5da
commit 205c39aa36

View File

@ -27,7 +27,6 @@ async function run() {
try {
const serverPromise = startServer(context);
await wait(800);
// TODO: set correct port
opener(`http://localhost:${context.port}`);
await serverPromise;
} catch (error) {