1/* 2 * This file is part of CoCalc: Copyright © 2020 Sagemath, Inc. 3 * License: MS-RSL – see LICENSE.md for details 4 */ 5 6import { join } from "path"; 7 8export const ROOT = join("/", "local"); 9export const HOME_PREFIX = "disks"; 10 11 12