mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 02:51:59 -04:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
import path = require('path')
|
|
|
|
export default (storePath: string) => path.join(storePath, 'server')
|