export const name = "QQBotServer"; export const script = "index.ts"; export const interpreter = "bun"; export const env = { PATH: `${process.env.HOME}/.bun/bin:${process.env.PATH}`, // Add "~/.bun/bin/bun" to PATH };