1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-23 09:24:15 +00:00
2024-04-25 20:24:29 +00:00

6 lines
163 B
JavaScript

import path from "node:path"
export default {
servicesPath: path.resolve(process.cwd(), "services"),
bootloaderBin: path.resolve(process.cwd(), "boot"),
}