UNPKG

165 BJavaScriptView Raw
1const path = require('path')
2const getDirDevTmp = require('../libs/get-dir-dev-tmp')
3
4module.exports = (cwd) => path.resolve(getDirDevTmp(cwd), '.server-start')