fix(tstest): Update deps, fix chrome server route for static bundles, add local tool settings and CI ignore

This commit is contained in:
2025-09-03 12:37:57 +00:00
parent 84843ad359
commit cca01b51ec
6 changed files with 741 additions and 51 deletions

View File

@@ -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