server-ts: Fix build errors

This commit is contained in:
Elian Doran
2024-02-17 19:20:32 +02:00
parent a183f21078
commit 5916a8b5b8
16 changed files with 17 additions and 17 deletions

View File

@@ -8,7 +8,7 @@ const shacaLoader = require('./shaca/shaca_loader.js');
const shareRoot = require('./share_root.js');
const contentRenderer = require('./content_renderer.js');
const assetPath = require('../services/asset_path');
const appPath = require('../services/app_path.js');
const appPath = require('../services/app_path');
const searchService = require('../services/search/services/search.js');
const SearchContext = require('../services/search/search_context.js');
const log = require('../services/log');