lotus / backend /constants.ts
k-l-lambda's picture
commit lotus dist.
d605f27
raw
history blame
175 Bytes
import path from "path";
// @ts-ignore
const LY_INCLUDE_FOLDERS = ["../ly"].map(folder => path.resolve(process.env.TEMP_DIR, folder));
export {
LY_INCLUDE_FOLDERS,
};