UNPKG

@servable/server

Version:
10 lines (7 loc) 256 B
import targetDockerPath from './targetDockerPath.js' export default ({ protocol }) => { return `${targetDockerPath({ protocol })}/docker-compose.yaml` } export const shaPath = ({ protocol }) => { return `${targetDockerPath({ protocol })}/.sha.txt` }