mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
const ROOT = `${__dirname}/../../../`;
|
|
|
|
export function serveClient (expressRes) {
|
|
return expressRes.sendFile('./dist-client/index.html', {root: ROOT});
|
|
} |