fix(tstest): Update deps, fix chrome server route for static bundles, add local tool settings and CI ignore
This commit is contained in:
@@ -352,7 +352,7 @@ import '${absoluteTestFile.replace(/\\/g, '/')}';
|
||||
res.end();
|
||||
})
|
||||
);
|
||||
server.addRoute('(.*)', new plugins.typedserver.servertools.HandlerStatic(tsbundleCacheDirPath));
|
||||
server.addRoute('/*splat', new plugins.typedserver.servertools.HandlerStatic(tsbundleCacheDirPath));
|
||||
await server.start();
|
||||
|
||||
// lets handle realtime comms
|
||||
|
Reference in New Issue
Block a user