Debugging

This commit is contained in:
Pieter Vander Vennet 2024-02-18 17:41:38 +01:00
parent bef79cfa20
commit bb4a8e9654

View file

@ -214,7 +214,7 @@ const server = new Server(2345, [
handle: async (path: string) => {
const layers = await tcs.getLayers()
const meta = await tcs.getMeta()
return JSON.stringify({ meta, layers })
return JSON.stringify({ meta, layers: Array.from(layers) })
},
},
{