(projectPath: string)
| 253 | } |
| 254 | |
| 255 | export function defaultEnvPath(projectPath: string): string { |
| 256 | return path.join(projectPath, DEFAULT_ENV); |
| 257 | } |
| 258 | |
| 259 | export function defaultEnvDevelopPath(projectPath: string): string { |
| 260 | return path.join(projectPath, DEFAULT_ENV_DEVELOP); |