UNPKG

ruins

Version:

> [!IMPORTANT] > This is in beta. Not everything is ironed out and some modules might misbehave

8 lines (7 loc) 231 B
/** * Opens the dashboard in the browser * * @param {string} ruinsPath - path to Ruins project directory * @returns {Promise<void>} */ export declare const openDashboard: (ruinsPath: string, binPath: string) => Promise<void>;