UNPKG

151 BJavaScriptView Raw
1const path = require('path')
2const getCwd = require('./get-cwd')
3
4module.exports = (cwd = getCwd()) => path.resolve(cwd, 'logs/dev/.server-start')