copilot update:

- first version can perform CRUD ops on the .rowboat file
This commit is contained in:
tusharmagar 2025-11-13 13:03:54 +05:30
parent 80ceba4b11
commit e914aa2832
9 changed files with 413 additions and 866 deletions

View file

@ -6,3 +6,6 @@ export const start = () => {
process.exitCode = 1;
});
}
// Run the copilot when this file is executed directly
start();