From 42b40636991b97fe818007fab19091764fc5db73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Jul 2022 15:30:14 +0200 Subject: Add ability for client to create server logs --- client/webpack/webpack.video-embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/webpack/webpack.video-embed.js') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index f5c75dd47..547e8aa63 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -69,7 +69,7 @@ module.exports = function () { { loader: 'ts-loader', options: { - configFile: helpers.root('tsconfig.json') + configFile: helpers.root('src/standalone/videos/tsconfig.json') } } ] -- cgit v1.2.3