1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-06-20 16:04:16 +00:00

6 lines
163 B
JavaScript
Executable File

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