(projectPath: string)
| 261 | } |
| 262 | |
| 263 | export function defaultEnvLocalPath(projectPath: string): string { |
| 264 | return path.join(projectPath, DEFAULT_ENV_LOCAL); |
| 265 | } |
| 266 | |
| 267 | export function defaultEnvDevelopLocalPath(projectPath: string): string { |
| 268 | return path.join(projectPath, DEFAULT_ENV_DEVELOP_LOCAL); |