This commit is contained in:
discountry
2025-09-23 01:26:49 +08:00
commit 667ede7ca8
26 changed files with 7836 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import "dotenv/config";
import React from "react";
import { render } from "ink";
import { App } from "./ui/App";
render(<App />);