UNPKG

198 BJavaScriptView Raw
1'use strict';
2
3const path = require('path');
4
5function getServerPath() {
6 return path.normalize(path.join(__dirname, '..', 'scripts', 'server'));
7}
8
9module.exports = {
10 getServerPath,
11};