Closed VictorioBerra closed 7 months ago
const bot = gobot("pocketbase"); bot.versions(["~0.21.0"]);
ERROR
/node_modules/gobot/dist/chunk-J5PBB34S.js:461 throw new Error(`Unknown version format ${type}`);
const bot = gobot("pocketbase", { version: `~0.21.0` } ).run([`--help`])
ERROR