(projectPath: string)
| 257 | } |
| 258 | |
| 259 | export function defaultEnvDevelopPath(projectPath: string): string { |
| 260 | return path.join(projectPath, DEFAULT_ENV_DEVELOP); |
| 261 | } |
| 262 | |
| 263 | export function defaultEnvLocalPath(projectPath: string): string { |
| 264 | return path.join(projectPath, DEFAULT_ENV_LOCAL); |