mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-15 04:06:22 +00:00
5 lines
No EOL
156 B
JavaScript
5 lines
No EOL
156 B
JavaScript
const ROOT = `${__dirname}/../../../`;
|
|
|
|
export function serveClient (expressRes) {
|
|
return expressRes.sendFile('./dist-client/index.html', {root: ROOT});
|
|
} |