mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
set up npx app
This commit is contained in:
parent
3645f92774
commit
776be21fbd
6 changed files with 40 additions and 59 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import { ensureBaseDirs } from "./application/assistant/services/storage.js";
|
||||
import { startCopilot } from "./application/assistant/chat.js";
|
||||
|
||||
ensureBaseDirs();
|
||||
|
||||
startCopilot().catch((err) => {
|
||||
console.error("Failed to run copilot:", err);
|
||||
process.exitCode = 1;
|
||||
});
|
||||
export const start = () => {
|
||||
startCopilot().catch((err) => {
|
||||
console.error("Failed to run copilot:", err);
|
||||
process.exitCode = 1;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue