server-ts: Port app* services

This commit is contained in:
Elian Doran
2024-02-17 19:09:36 +02:00
parent a06aa9df8a
commit 9826fed905
17 changed files with 35 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
const path = require('path');
const assetPath = require('./src/services/asset_path.js');
const assetPath = require('./src/services/asset_path');
module.exports = {
mode: 'production',