(projectPath: string)
| 67 | * Get the init hook path for a project |
| 68 | */ |
| 69 | export function getInitHookPath(projectPath: string): string { |
| 70 | return path.join(projectPath, ".mux", "init"); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Get MUX_ environment variables for bash execution. |